[R] How to write "%" before superscript?

Uwe Ligges ligges at statistik.uni-dortmund.de
Tue May 2 18:49:25 CEST 2006


Larsen, Thomas wrote:

> I would like to write atom% 15N in the ylab of a plot - "15" should be
> written as superscript. How do I put "%" into the expression? It does
> not work if I type "%" directly after "atom" in the expression below.
> 
> plot(1:10, ylab = expression(atom^15*N))

expression(atom*"%"^15*N)


Uwe Ligges


> 
> Best regards,
> Thomas Larsen
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




More information about the R-help mailing list