Aspect ratio in plot3D::persp3D in R

Viewed 1886

Anyone knows how to alter width-length aspect ratio of xy plane with plot3D package? For example, how to make x axis appear twice the length of y axis (without changing data values):

plot3D::persp3D(z = volcano)

image

1 Answers
Related