| summary.mds {radiant.multivariate} | R Documentation | 
Summary method for the mds function
Description
Summary method for the mds function
Usage
## S3 method for class 'mds'
summary(object, dec = 2, ...)
Arguments
| object | Return value from  | 
| dec | Rounding to use for output (default = 2). +1 used for stress measure | 
| ... | further arguments passed to or from other methods | 
Details
See https://radiant-rstats.github.io/docs/multivariate/mds.html for an example in Radiant
See Also
mds to calculate results
plot.mds to plot results
Examples
result <- mds(city, "from", "to", "distance")
summary(result, dec = 1)
[Package radiant.multivariate version 1.6.6 Index]