plot3dstatic.cmdscale {stops} | R Documentation |
This methods produces a static 3D configuration plot.
## S3 method for class 'cmdscale' plot3dstatic(x, plot.dim = c(1, 2, 3), main, xlab, ylab, zlab, col, ...)
x |
object of class cmdscale |
plot.dim |
vector of length 3 with dimensions to be plotted |
main |
plot title |
xlab |
label of x axis |
ylab |
label of y axis |
zlab |
label of z axis |
col |
color of the text labels |
... |
Further plot arguments passed: see 'scatterplot3d' in package 'scatterplot3d' for detailed information. |