View source: R/unsupervised-mds.R
| tidy_mds_sammon | R Documentation |
Performs Sammon's non-linear mapping
tidy_mds_sammon(dist_mat, ndim = 2, ...)
dist_mat |
A distance matrix (dist object) |
ndim |
Number of dimensions (default: 2) |
... |
Additional arguments passed to MASS::sammon() |
A tidy_mds object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.