powered by
Summary method for the mds function
# S3 method for mds summary(object, dec = 2, ...)
Return value from mds
mds
Rounding to use for output (default = 2). +1 used for stress measure
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/multivariate/mds.html for an example in Radiant
mds to calculate results
plot.mds to plot results
plot.mds
result <- mds(city, "from", "to", "distance") summary(result, dec = 1)
Run the code above in your browser using DataLab