On Aug 19, 2011, at 6:36 PM, Marlin Keith Cox wrote:

I was unable to find an answer to my problem.  I would like to label
the y axis of a plot with a rate and would like to use a dot (•)
rather than a multiplication sign (x).


ylab = quote(Speed~(cmxsec^2))


?plotmath  # seemed like the logical place to look
# yep, there it is.

plot(1,1, ylab = quote(Speed~(cm%.%sec^2)) )

--

David Winsemius, MD
West Hartford, CT

______________________________________________
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