View source: R/distanceCalculation.R
distanceRealEuclidean | R Documentation |
The Euclidean distance for real vectors.
distanceRealEuclidean(x, y)
x |
first real vector |
y |
second real vector |
numeric distance value
d(x,y)
x <- runif(5)
y <- runif(5)
distanceRealEuclidean(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.