powered by
getMDS(x, ...)## S3 method for class 'HMdata': getMDS(x, classical = FALSE, ...)## S3 method for class 'DZdata': getMDS(x, classical = FALSE, ...)## S3 method for class 'dist': getMDS(x, classical = FALSE, ...)
## S3 method for class 'HMdata': getMDS(x, classical = FALSE, ...)
## S3 method for class 'DZdata': getMDS(x, classical = FALSE, ...)
## S3 method for class 'dist': getMDS(x, classical = FALSE, ...)
DZdata
HMdata
dist
cmdscale
isoMDS
MDS
points: a two column vector of the fitted configuration
points
classical: a boolean flag indicating whether the MDS configuration was obtained by classical (TRUE) or nonmetric (FALSE) MDS.
classical
TRUE
FALSE
diss: the dissimilarity matrix used for the MDS analysis
diss
stress: (only if classical=TRUE) the final stress achieved (in percent)
stress
classical=TRUE
fname <- system.file("Major.csv",package="provenance") Major <- read.HMdata(fname) plot(getMDS(Major,classical=TRUE))
Run the code above in your browser using DataLab