Skip to content
Prev 294300 / 398503 Next

text(): combine expression and line break

try this:


plot(1,type="n", xaxt='n', yaxt='n', ann=FALSE)
text(1,1,labels=expression(atop(sigma, "log scale,m")),cex = 2)
On Fri, May 11, 2012 at 1:40 PM, Johannes Radinger <jradinger at gmx.at> wrote: