Re: [R] Where can I download/install grDevices

2011-02-11 Thread Lizblip
djmuseR wrote: > > > Here's one way: > > plot(1~1,ylab=expression("Areas ("~mu*m^2~")")) > > The tildes incorporate space between the math and text elements; they're > optional, but useful. > > This worked, thanks! Elizabeth -- View this message in context: http://r.789695.n4.nabble.

Re: [R] Where can I download/install grDevices

2011-02-10 Thread Lizblip
Duncan Murdoch-2 wrote: > > > There is no plotmath function. "plotmath" is the name of the help > topic; it describes how various other functions plot text that includes > math. > > > grDevices is a base package, so if you've got R, you've got it. > > Duncan Murdoch > > ok thanks. I

Re: [R] Where can I download/install grDevices

2011-02-10 Thread Lizblip
I get the same errors: > plotmath(area~cell,main="Myofibril areas by cell",ylab=expression("Areas > (mu*m^2)"),xlab="") Error: could not find function "plotmath" > install.packages("grDevices") Warning in install.packages("grDevices") : argument 'lib' is missing: using '/home/elizabeth/R/i686-