getdis | R Documentation |
This function returns the distance matrix using L2 distance.
getdis(y)
y |
dataset of the pooled data |
A distance matrix based on the L2 distance.
data(example0)
data = as.matrix(example0$data) # pooled dataset
getdis(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.