MDS {Momocs} | R Documentation |
(Metric) multidimensional scaling
Description
A wrapper around stats::cmdscale.
Usage
MDS(x, method = "euclidean", k = 2, ...)
Arguments
x |
any Coe object |
method |
a dissiminarity index to feed |
k |
|
... |
additional parameters to feed stats::cmdscale |
Details
For Details, see vegan::metaMDS
Value
what is returned by stats::dist plus $fac
. And prepend MDS
class to it.
See Also
Other multivariate:
CLUST()
,
KMEANS()
,
KMEDOIDS()
,
LDA()
,
MANOVA_PW()
,
MANOVA()
,
MSHAPES()
,
NMDS()
,
PCA()
,
classification_metrics()
Examples
x <- bot %>% efourier %>% MDS
x
[Package Momocs version 1.4.1 Index]