mds(x, ...)# S3 method for default
mds(x, classical = FALSE, plot = TRUE, shepard = FALSE,
nnlines = FALSE, pch = 21, pos = NULL, cex.symbols = 2.5,
col = "black", bg = "white", xlab = "", ylab = "", ...)
# S3 method for detritals
mds(x, classical = FALSE, plot = TRUE,
shepard = FALSE, nnlines = FALSE, pch = 21, pos = NULL,
cex.symbols = 2.5, col = "black", bg = "white", xlab = "",
ylab = "", ...)
detrital
plot
functionTRUE
) or nonmetric (FALSE
) MDS should be usedshepard=FALSE
) or
Shepard plot (if shepard=TRUE
) on a graphical deviceshepard=FALSE
) or a
Shepard plot with the 'stress' value. This argument is only
used if plot=TRUE
.TRUE
, draws nearest neighbour lines?plot
for details). May be a
vector.pch!=NA
). Values of 1, 2, 3 and 4 indicate positions
below, to the left of, above and to the right of the MDS
coordinates, respectively.plot=FALSE
, returns an object of class
MDS
, i.e. a list containing the following items:
TRUE
) or nonmetric (FALSE
) MDSclassical=TRUE
) the final stress
achieved (in percent)data(examples)
# Parameters 'xaxt' and 'yaxt' control if the axis is plotted at all.
mds(examples$DZ,nnlines=TRUE,cex=5,xaxt='n',yaxt='n')
dev.new()
mds(examples$DZ,shepard=TRUE)
Run the code above in your browser using DataLab