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.we...@brown.edu, ivo.we...@gmail.com)

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to