which points are near any of the others in a list?
Source:R/distance_near_eachother.R
distance_near_eachother.Rd
which points are near any of the others in a list?
Value
logical vector the length of lon or lat, telling if the point is within distance of any other point in list for example, which sites have residents that might also be near others sites?
Examples
mapfast(testpoints_500[distance_near_eachother(
lon = testpoints_500$lon,
lat = testpoints_500$lat,
3.1), ], radius = 3.1)