MDS | R Documentation |
A wrapper around stats::cmdscale.
MDS(x, method = "euclidean", k = 2, ...)
x |
any Coe object |
method |
a dissiminarity index to feed |
k |
|
... |
additional parameters to feed stats::cmdscale |
For Details, see vegan::metaMDS
what is returned by stats::dist plus $fac
. And prepend MDS
class to it.
Other multivariate:
CLUST()
,
KMEANS()
,
KMEDOIDS()
,
LDA()
,
MANOVA_PW()
,
MANOVA()
,
MSHAPES()
,
NMDS()
,
PCA()
,
classification_metrics()
x <- bot %>% efourier %>% MDS
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.