I would like to add numeric axes to my persp plot with the following code
persp(F1, phi=30, theta=120, xlab="x", ylab="y", zlab="z", axes=T, ticktype="detailed")
However, I do not want the ticks on the z axis.
How can I remove these ticks whilst preserving the ticks/values on the x & y axes?
Thanks in advance,