Chuck Cleland <[EMAIL PROTECTED]> writes:

> See ?plotmath.
> 
> plot(1:10, 1:10, ylab=expression(BA (m^{2}/ha)))

Ick... The parser will think that BA is a function and m^2/ha its
argument. This probably has consequences for the spacing.

Try expression("BA" * ("m"^2/"ha"))

-- 
   O__  ---- Peter Dalgaard             �ster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark          Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])                  FAX: (+45) 35327907

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to