search for: n2oinnova

Displaying 1 result from an estimated 1 matches for "n2oinnova".

2007 Jun 03
2
Subscript in axis label
...ration (ppm)', and the space between the '2' and the 'O' makes it look rather inelegant! My code is the following (the comments in it are there to stop me forgetting what I have done, I am new to R): postscript(file="/Users/patrickmartin/Documents/York Innova Precision/N2Oinnova.eps", horizontal=FALSE, onefile=FALSE, height=4, width=5, pointsize=10) > plot(n2o, lty=0, las=1, xlab="Time", ylab=expression(N[2]~"O > concentration (ppm)")) points(n2o, pch=16) # suppresses line but adds > points dev.off() # turns postscript device off again...