Learn R Programming

provenance (version 1.3)

plot.MDS: Plot an MDS configuration

Description

Plots the coordinates of a multidimensional scaling analysis as an X-Y scatter plot or 'map' and, if x$classical = FALSE, a Shepard plot.

Usage

## S3 method for class 'MDS':
plot(x, nnlines = FALSE, pch = NA, cex = NA, xlab = "",
  ylab = "", xaxt = "n", yaxt = "n", ...)

Arguments

x
an object of class MDS
nnlines
if TRUE, draws nearest neighbour lines
pch
plot character (see ?plot for details)
cex
magnification of the plot character (see ?par for details)
xlab
a string with the label of the x axis
ylab
a string with the label of the y axis
xaxt
if = 's', adds ticks to the x axis
yaxt
if = 's', adds ticks to the y axis
...
optional arguments to the generic plot function

See Also

MDS