titles with superscript and variale value>
CC: r-help@r-project.org> > Try this> > plot(rnorm(100), main=bquote(Family ~
Gaussian ~ ";" ~ D^2 == .(d2)))> > > On 27/01/2008, Monica Pisica <[EMAIL
PROTECTED]> wrote:> >> >> > Hi everyone,>
Try this
plot(rnorm(100), main=bquote(Family ~ Gaussian ~ ";" ~ D^2 == .(d2)))
On 27/01/2008, Monica Pisica <[EMAIL PROTECTED]> wrote:
>
>
> Hi everyone,
>
>
> I am trying to write a title for a plot which has a superscript like D^2 and
> a value of a variable stored in that variable. i am
Hi everyone,
I am trying to write a title for a plot which has a superscript like D^2 and a
value of a variable stored in that variable. i am not sure if i am clear so
i will try an example:
Suppose i want my title to be like: Family: Gaussian; D^2 = 0.45
where i have the value 0.45
3 matches
Mail list logo