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 ?plotmath, e.g.:
> 
> plot(1:10, xlab=expression(m[2]), ylab=expression(mu*g))

Heatwave in Dortmund too, Uwe?  ;-)

 plot(1:10, xlab=expression(m^2), ylab=expression(mu*g))

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to