euc_dist {RprobitB} | R Documentation |
Euclidean distance
Description
This function computes the euclidean distance between two vectors.
Usage
euc_dist(a, b)
Arguments
a |
A numeric vector. |
b |
Another numeric vector of the same length as |
Value
The euclidean distance.
[Package RprobitB version 1.1.4 Index]