This function computes the euclidean distance between two vectors.
euc_dist(a, b)
a
A numeric vector.
b
Another numeric vector of the same length as a.
The euclidean distance.