EuclideanDistance | R Documentation |
Calculates the eucliden distances among the rows of an euclidean configurations in any dimensions
EuclideanDistance(x)
x |
A matrix containing the euclidean configuration |
eucliden distances among the rows of an euclidean configurations in any dimensions
Returns the distance matrix
Jose Luis Vicente Villardon
x=matrix(runif(20),10,2)
D=EuclideanDistance(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.