View source: R/makeDistancesAndWeights.R
| makeDistancesAndWeights | R Documentation |
epMDS).Makes distances and weights for MDS analyses (see epMDS).
makeDistancesAndWeights(DATA, method = "euclidean", masses = NULL)
DATA |
A data matrix to compute distances between row items. |
method |
which distance metric should be used. |
masses |
a diagonal matrix (or vector) that contains the masses (for the row items). |
D |
Distance matrix for analysis |
MW |
a list item with
masses and weights. Weights are not used in |
Derek Beaton
link{computeMW}, link{epMDS}, link{coreMDS}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.