[R] How can I write the square root symbol in an axes label?

David Winsemius dwinsemius at comcast.net
Tue Oct 9 01:42:05 CEST 2012


On Oct 8, 2012, at 3:42 PM, 21rosit wrote:

> <http://r.789695.n4.nabble.com/file/n4645497/square_root.jpg> 
> 
> How can I write the square root symbol in an axes label like in the attached
> picture?

?plotmath

plot(1,1, xlab=expression( sqrt("Square Root Argument"))  )


David Winsemius, MD
Alameda, CA, USA




More information about the R-help mailing list