spatial filtering by proximity in R
问题 I have occurrence points for a species, and I'd like to remove potential sampling bias (where some regions might have much greater density of points than others). One way to do this would be to maximize a subset of points that are no less than a certain distance X of each other. Essentially, I would prevent points from being too close to each other. Are there any existing R functions to do this? I've searched through various spatial packages, but haven't found anything, and can't figure out