Re: [R] help with unit indication when plotting

2007-09-13 Thread Zheng Lu
Thank you very much! Teachers. one more curiosity is if there is a similar good way to this thing in S-PLUS? I am thinking to compare these two softwares on several functions. I appreciate. Lu Quoting Katharine Mullen <[EMAIL PROTECTED]>: > see ?plotmath > > you want to use "mu" for micro, a

Re: [R] help with unit indication when plotting

2007-09-13 Thread Greg Snow
Lu > Sent: Thursday, September 13, 2007 12:48 PM > To: [EMAIL PROTECTED] > Subject: [R] help with unit indication when plotting > > Dear all: > > Is there any one could tell me how I can represent > Micro-molar as an unit of concentration when I plot with > R(S-plus), I

Re: [R] help with unit indication when plotting

2007-09-13 Thread Duncan Murdoch
On 9/13/2007 2:47 PM, Zheng Lu wrote: > Dear all: > > Is there any one could tell me how I can represent Micro-molar as an > unit of concentration when I plot with R(S-plus), I don't want write > 'uM' from keyboard, I am thinking to write it like in word, in word, > people insert symbol for 'u'

Re: [R] help with unit indication when plotting

2007-09-13 Thread Katharine Mullen
see ?plotmath you want to use "mu" for micro, as in plot(1:10, ylab = expression(paste(mu, "M"))) On Thu, 13 Sep 2007, Zheng Lu wrote: > Dear all: > > Is there any one could tell me how I can represent Micro-molar as an > unit of concentration when I plot with R(S-plus), I don't want write > 'uM

[R] help with unit indication when plotting

2007-09-13 Thread Zheng Lu
Dear all: Is there any one could tell me how I can represent Micro-molar as an unit of concentration when I plot with R(S-plus), I don't want write 'uM' from keyboard, I am thinking to write it like in word, in word, people insert symbol for 'u' for uM. Am I clear? Thank you very much for your