Description Usage Arguments Details Value
Pick indices of point pairs that are within r_max of each other.
1 | pairs_within_r_max(dist_m, r_max)
|
dist_m |
A distance matrix, e.g. from
|
r_max |
Maximum radius as a scalar. |
If close enough to each other, (x_i, x_j) and (x_j, x_i) are both included as long as i != j.
A matrix of indices, row and column values separately.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.