Skip to content
Prev 26700 / 398500 Next

Greek Letters for labeling persp-axis

salvatore barbaro wrote:
From ?persp:
"xlab, ylab, zlab
  titles for the axes. N.B. These must be character strings; expressions 
are not accepted. Numbers will be coerced to character strings."

What you can do is to work around with text() (or mtext()) and the 
trans3d() function given in the examples in persp().


 > Further, Latex works very well by using the
See ?plotmath and look for "group" and "bgroup":
plot(1:10, main=expression(tilde(y)^group("[",dip,"]")))

Uwe Ligges