Description Usage Arguments Details Value
View source: R/MultiDimScaling.R
MultiDimScaling
performs non-metric multidimensional scaling on each
invariance matrix in a list.
1 | MultiDimScaling(matrix.list, ...)
|
matrix.list |
A list of invariance matrices from
|
... |
optional arguments that are passed to |
This function uses isoMDS
to perform Kruskal's non-metric
multidimensional scaling with 2 dimensions on invariance matrices.
This function returns a list of objects returned from
isoMDS
. Importantly, these objects contain the
coordinates of groups in 2-dimensional space.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.