.distance | R Documentation |
Computes and returns the distance matrix using euclidean distance measure to compute the distances between the rows of a data matrix.
.distance(x)
x |
a numeric matrix. |
A numeric matrix with the distances between the rows of a matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.