标签: r plotmath
如何使平方根符号在R?
答案 0 :(得分:11)
使用expression(sqrt(x)),请参阅“{3}}(通过mnel评论中提到的?plotmath”获取R图中的数学注释。
expression(sqrt(x))
?plotmath
plot(1:10, main='Example', ylab=expression(sqrt(x)))
产生