Find the minimum distance (delta) such that all points are within delta of at least one other point

get_delta(data = NULL, dist_mat = NULL)

Arguments

data

continuous data frame of individual points (in each row)

dist_mat

distance matrix, calculated otherwise via euclidean distance

Value

dist_mat

distance matrix between points

mm_delta

the minimum distance (delta)

Details

This function is shared with TCpredictionbands on github: TCpredictionbands.