View source: R/functions_ABC.R
euclidean | R Documentation |
Computes the euclidean distance between two integers or numeric vectors.
euclidean(a, b)
a |
is an integer or a numeric vector. |
b |
is another integer or numeric vector. |
a numeric value representing the euclidean distance between the two inputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.