Dear All,
I am trying to put 10^-8 st km^-2day^-1 on x-axis of my plot. I tried using
: ylab = expression(paste("st / ", plain(km)^2, " / day")) to see if I can
at least get the unit before thinking about the power of 10  (10^-8).

However, ylab = expression(paste("st / ", plain(km)^2, " / day")) didn't
give the result I expected. The power 2 in km was missing.

I will be glad for any help on how to label 10^-8 st km^-2day^-1 on the
axis.
Many thanks
Regards
Ogbos

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to