Skip to content
Prev 307454 / 398506 Next

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

On Oct 9, 2012, at 11:13 AM, 21rosit wrote:

            
plot(1:10, ylab=bquote(Log(sqrt("Total area")~"(mm)")))

The tilde generates a space, while no space would occur if you substituted "*" for the "~".