On Mon, 2007-09-17 at 14:00 -0400, Jason Horn wrote: > Can anyone tell me how to produce a macron (or overbar or overline) > symbol on an R plot. I have an axis that is labeled "temp", but I > need the overbar symbol over the entire word.
See ?plotmath and the examples therein. Example: plot(1, xlab = expression(bar(temp))) HTH, Marc Schwartz ______________________________________________ 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.