Displaying 3 results from an estimated 3 matches for "u2113".
Did you mean:
2113
2010 Aug 18
1
Fwd: \ell symbol (log-likelihood)
I sent this privately to ivo welch yesterday, and he thinks it might
be useful to someone else as well. Since I'm on a Mac the screen
device is quartz():
> quartz()
> plot( c(0,1), c(0,1) );
> text( 0.5, 0.5, "\u2113" )
# and then File/Save As/
--
David.
Begin forwarded message:
> From: David Winsemius <dwinsemius at comcast.net>
> Date: August 17, 2010 3:44:34 PM EDT
> To: ivo welch <ivo.welch at gmail.com>
> Subject: Re: [R] \ell symbol (log-likelihood)
>
>
> On Aug 17...
2010 Aug 17
1
\ell symbol (log-likelihood)
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)
2007 Jun 05
2
Latex \ell symbol in plotmath
Is it possible to use the '\ell' (i.e. the log likelihood) in plots?
I've been browsing the plotmath documentation unsucesfully.
Cheers,
Mario dos Reis
mdosrei at nimr.mrc.ac.uk
+44 (0)20 8816 2300
Division of Mathematical Biology
National Institute for Medical Research
The Ridgeway
Mill Hill
London, NW7 1AA, UK