Hi!

> -----Original Message-----
> From: Andersson, Henrik [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, May 18, 2004 12:00 PM
> To:   [EMAIL PROTECTED]
> Subject:      [R] Isotopic notation in plots
> 
> plot(1:10,xlab=expresssion(.^{14}*C))  # this works, but is not
> 
        I wonder how this works.... Isn't there one 's' too much in the
expresssion? ;-)
        Anyway: you want to have the notation without the dot?
        Why not try:
        plot(1:10,xlab=expression({ }^{14}*C))

        Hope this is what you wanted...or what did you mean by saying "not
beautiful"?

        Best,
        Roland





+++++
This mail has been sent through the MPI for Demographic Rese...{{dropped}}

______________________________________________
[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

Reply via email to