Learn R Programming

cops (version 1.3-1)

plot3dstatic.cmdscaleE: 3D plots: plot3dstatic method for class cmdscale

Description

This methods produces a static 3D configuration plot.

Usage

# S3 method for cmdscaleE
plot3dstatic(x, plot.dim = c(1, 2, 3), main, xlab, ylab, zlab, col, ...)

Arguments

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.