MDS: (Metric) multidimensional scaling

View source: R/mult-NMDS.R

MDSR 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 method in stats::dist (default: euclidean)

k

numeric number of dimensions to feed stats::cmdscale (default: 2)

...

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



vbonhomme/Momocs documentation built on Nov. 13, 2023, 8:54 p.m.