On Aug 24, 2010, at 12:39 PM, Jennifer Hains wrote:
Dear r-help,
I'm having trouble formatting xy labels for plot in r. I want to
make the following y-label
"benzene (mug-3)"
where mu is greek and -3 is superscript and benzene is held in an
array.
I tried this,
myname = c("benzene", "etc
Dear r-help,
I'm having trouble formatting xy labels for plot in r. I want to make the
following y-label
"benzene (mug-3)"
where mu is greek and -3 is superscript and benzene is held in an array.
I tried this,
myname = c("benzene", "etc")
plot (c(0:10), ylab = bquote(.(myname[1])~~(mu~g ~m^-3)))
2 matches
Mail list logo