Set the aspect ratios of the current plot
aspect3d.RdThis function sets the apparent ratios of the x, y, and z axes of the current bounding box.
Details
If the ratios are all 1, the bounding box will be displayed as a cube approximately filling the display.
Values may be set larger or smaller as desired. Aspect "iso" signifies that the
coordinates should all be displayed at the same scale, i.e. the bounding box should not be
rescaled. (This corresponds to the default display before aspect3d has been called.)
Partial matches to "iso" are allowed.
aspect3d works by modifying par3d("scale").