| euclidDist | R Documentation |
Computes the euclidean distance between two points with equal dimentions
euclidDist(point1, point2)
point1 |
the first point (numeric value / numeric vector) |
point2 |
the first point (numeric value / numeric vector) |
the euclidean distance between the points (numeric value)
euclidDist(15, 30) euclidDist(c(1,2,3), c(4,5,6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.