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