plot3d.cmdscale {stops}R Documentation

3D plots: plot3d method for class cmdscale

Description

This methods produces a dynamic 3D configuration plot.

Usage

## S3 method for class 'cmdscale'
plot3d(x, plot.dim = c(1, 2, 3), xlab, ylab, zlab, col,
  main, bgpng = NULL, ax.grid = TRUE, sphere.rgl = FALSE, ...)

Arguments

x

object of class cmdscale

plot.dim

vector of length 3 with dimensions to be plotted

xlab

label of x axis

ylab

label of y axis

zlab

label of z axis

col

color of the text labels

main

plot title

bgpng

Background image from rgl library; 'NULL' for white background

ax.grid

If 'TRUE', axes grid is plotted.

sphere.rgl

If 'TRUE', rgl sphere (background) is plotted.

...

Further plot arguments passed: see 'plot3d' in package 'rgl' for detailed information.


[Package stops version 0.0-40 Index]