Re: [R] How to produce a macron symbol (overline / overbar) on a plot

2007-09-17 Thread Marc Schwartz
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: p

Re: [R] How to produce a macron symbol (overline / overbar) on a plot

2007-09-17 Thread Vladimir Eremeev
xlab=expression(bar(temp)) or xlab=expression(bar(" temp")) The overbar looks like it begins above "e" in the first case. See demo(plotmath). 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 "te