find_proximate_units: For each unit, find the units that are within some distance

Description Usage Arguments Value

View source: R/create_set_spatial_buffer.R

Description

For each unit, find the units that are within some distance

Usage

1
find_proximate_units(distance_matrix, threshold, ...)

Arguments

distance_matrix

A distance matrix (see create_distance_matrix()).

threshold

The minimum distance one unit should be from another (expressed in same units as distance matrix)

Value

A list of vectors indicating, for each unit, the units within the spatial threshold.


jaspercooper/distancematrix documentation built on May 18, 2019, 5:55 p.m.