vec_dist {ldmppr} | R Documentation |
calculates euclidean distance
Description
calculates euclidean distance
Usage
vec_dist(x, y)
Arguments
x |
a vector of x values. |
y |
a vector of y values. |
Value
the distance between the two vectors.
[Package ldmppr version 1.0.4 Index]