[R] Isotopic notation in plots

Rau, Roland Rau at demogr.mpg.de
Tue May 18 12:22:23 CEST 2004


Hi!

> -----Original Message-----
> From:	Andersson, Henrik [SMTP:H.Andersson at nioo.knaw.nl]
> Sent:	Tuesday, May 18, 2004 12:00 PM
> To:	r-help at stat.math.ethz.ch
> 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}}




More information about the R-help mailing list