library(MazamaLocationUtils)
meta <- wa_airfire_meta
# Any locations closer than 2 km?
table_findAdjacentDistances(meta, distanceThreshold = 2000)
# How about 4 km?
table_findAdjacentDistances(meta, distanceThreshold = 4000)
Run the code above in your browser using DataLab