distancia: Vector-Vector Euclidiean Distance Function
Description
Finds the euclidean distance between two vectors x and y, or
the vector x and the matrix y
Usage
distancia(x, y)
Arguments
x
A numeric vector
y
A numeric vector or matrix
Value
distancia
The result is a numeric value representing the Euclidean distance between
x and y, or a row matrix representing the Euclidean distance between x and
each row of y.