[R] \ell symbol (log-likelihood)

ivo welch ivowel at gmail.com
Tue Aug 17 14:41:37 CEST 2010


Dear R experts---is it possible to plot the \ell symbol in R under the
pdf device?  the following did not work:

  pdf(file="ell.pdf");
  plot( c(0,1), c(0,1) );
  text( 0.5, 0.5, "\u2113" )
  dev.off()

my guess is that this cannot be done, but I thought I would ask.

Ivo Welch (ivo.welch at brown.edu, ivo.welch at gmail.com)



More information about the R-help mailing list