I was searching SO to find out how to draw matlab-like surface plots in R, and I found this page:
I would like to use persp3d rather than persp, because of its interactive features, but persp by default has those lines of constant x and y on the surface (what would be called lines of longitude and latitude on a sphere) which I like, whereas I can't find any way to get the same using persp3d.
Is this feature available in persp3d?