Robert W. Baer, Ph.D. wrote:
From: "Christophe Declercq" <[EMAIL PROTECTED]>
Try:
plot(1:10,xlab=expression(phantom(0)^{14}*C))
Just out of interest, how do I find out what phantom(0) does? I tried both ?phantom and help.search("phantom") without getting any hits, and yet the expression posed above creates a leading blank space in the axis label. I take the latter to mean that phantom() is available withinin the basic packages (search path).
Where do I read more?
Thanks, Rob
See ?plotmath.
*Syntax* *Meaning* 'x + phantom(0) + y' leave gap for "0", but don't draw it
--sundar
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
