Re: [R] titles with superscript and variale value

2008-01-27 Thread Monica Pisica
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,>

Re: [R] titles with superscript and variale value

2008-01-27 Thread Henrique Dallazuanna
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

[R] titles with superscript and variale value

2008-01-27 Thread Monica Pisica
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