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

2011-02-11 Thread Peter Ehlers
On 2011-02-10 18:41, Dennis Murphy wrote: Hi: 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. Another way that also works is plot(1~1,ylab=expression(paste(Areas (, mu*m^2, ), sep = '

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:

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

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

2011-02-10 Thread Duncan Murdoch
On 10/02/2011 4:08 PM, Lizblip wrote: 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 There is no plotmath function. plotmath is the name of the help topic; it describes how various

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 originally

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

2011-02-10 Thread Dennis Murphy
Hi: 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. Another way that also works is plot(1~1,ylab=expression(paste(Areas (, mu*m^2, ), sep = ' '))) HTH, Dennis On Thu, Feb 10, 2011 at

[R] Where can I download/install grDevices

2010-08-31 Thread Stephen Liu
Hi folks, Debian 504 64 bit grDevices is NOT on Debian repo $ apt-cache search r-cran | grep grDevices no printout On R $ sudo R install.packages(grDevices, dependencies=TRUE)) Warning in install.packages(grDevices) : argument 'lib' is missing: using '/usr/local/lib/R/site-library' ---

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

2010-08-31 Thread Dirk Eddelbuettel
On Tue, Aug 31, 2010 at 04:50:39AM -0700, Stephen Liu wrote: Hi folks, Debian 504 64 bit grDevices is NOT on Debian repo $ apt-cache search r-cran | grep grDevices no printout On R $ sudo R install.packages(grDevices, dependencies=TRUE)) Warning in install.packages(grDevices) :

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

2010-08-31 Thread Stephen Liu
Sent: Tue, August 31, 2010 8:03:24 PM Subject: Re: [R] Where can I download/install grDevices On Tue, Aug 31, 2010 at 04:50:39AM -0700, Stephen Liu wrote: Hi folks, Debian 504 64 bit grDevices is NOT on Debian repo $ apt-cache search r-cran | grep grDevices no printout On R $ sudo R

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

2010-08-31 Thread Gavin Simpson
...@debian.org To: Stephen Liu sati...@yahoo.com Cc: r-help@r-project.org r-help@r-project.org Sent: Tue, August 31, 2010 8:03:24 PM Subject: Re: [R] Where can I download/install grDevices On Tue, Aug 31, 2010 at 04:50:39AM -0700, Stephen Liu wrote: Hi folks, Debian 504 64 bit