I want to add a greek symbol to the y axis of my burplot in R.
The problem is that I need this character to be included in the header. I want to write:
Diameter of aperture ("mu"m)
in the axis label.
FROM
ylab=expression()
I can write a Greek symbol,
ylab="axis title"
I can write a headline with the correct spaces between words.
But I cannot find a way to combine all this and write the corresponding label with the Greek word in the axis label. I hope I was clear enough.
r unicode labels plotmath
Rita May 18 '11 at 12:41 2011-05-18 12:41
source share