Usage
## S3 method for class 'MDS':
plot(x, nnlines = FALSE, pch = NA, cex = NA, xlab = "",
ylab = "", xaxt = "n", yaxt = "n", ...)
Arguments
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