[R] Isotopic notation in plots

(Ted Harding) Ted.Harding at nessie.mcc.ac.uk
Tue May 18 14:24:47 CEST 2004


On 18-May-04 Andersson, Henrik wrote:
> plot(1:10,xlab=expression(^{14}*C))  # I want to have a superscript
> with
> nothing in front, but it doesn't work 
> 
> plot(1:10,xlab=expresssion(.^{14}*C))   # this works, but is not
> beautiful

Try:

  plot(1:10,xlab=expresssion(""^{14}*C))

??

Ted.




More information about the R-help mailing list