Re: [R] \ell symbol (log-likelihood)

2010-08-17 Thread David Winsemius
On Aug 17, 2010, at 8:41 AM, ivo welch wrote: 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 thoug

[R] \ell symbol (log-likelihood)

2010-08-17 Thread ivo welch
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.ed