Calculates the distance between each point of every path.

dist_between_paths(data_df_p1, data_df_p2)

Arguments

data_df_p1

(n x p) data.frame, each row is a point

data_df_p2

(n x p) second data.frame to be compared, each row is a point

Value

vector of n distances between each order point in the two data frames

Details

Is this used?