Re: [R] Manipulating text

2003-08-14 Thread Peter Dalgaard BSA
Uwe Ligges [EMAIL PROTECTED] writes: Dennis Fisher wrote: In labeling axes, I want to combine symbols and text/superscripts. Examples include: m2 (m, followed by a superscripted 2) * µg (micrograms) How can I accomplish this in R? See

Re: [R] Manipulating text

2003-08-14 Thread Uwe Ligges
Dennis Fisher wrote: In labeling axes, I want to combine symbols and text/superscripts. Examples include: m2 (m, followed by a superscripted 2) µg (micrograms) How can I accomplish this in R? See ?plotmath, e.g.: plot(1:10, xlab=expression(m[2]), ylab=expression(mu*g)) Uwe Ligges

[R] Manipulating text

2003-08-14 Thread Dennis Fisher
In labeling axes, I want to combine symbols and text/superscripts. Examples include: m2 (m, followed by a superscripted 2) µg (micrograms) How can I accomplish this in R? Dennis Fisher MD P (The P Less Than Company) Phone: 1-866-PLessThan (1-866-753-8864) Fax: 1-415-564-2220 www.PLessThan.com