View source: R/unsupervised-mds.R
| tidy_mds_smacof | R Documentation |
Performs MDS using SMACOF algorithm from the smacof package
tidy_mds_smacof(dist_mat, ndim = 2, type = "ratio", ...)
dist_mat |
A distance matrix (dist object) |
ndim |
Number of dimensions (default: 2) |
type |
Character; "ratio" for metric, "ordinal" for non-metric (default: "ratio") |
... |
Additional arguments passed to smacof::mds() |
A tidy_mds object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.