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 > 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 > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
