dist_between_paths: Distance between points

Description Usage Arguments Details Value

View source: R/distance-between.R

Description

Calculates the distance between each point of every path.

Usage

1
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

Details

Is this used?

Value

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


skgallagher/EpiCompare documentation built on Sept. 14, 2021, 5:45 a.m.