Calculates distance between points in each row

euclid_distance_between_rows(points)

Arguments

points

m x 2 matrix or data.frame with first column X and second Y coordinates

Value

vector of distances of length m - 1