Re: [R] How to efficiently generate data of points within specified radii for each geometric point

2020-06-02 Thread Jeff Newmiller
Wrong list. Do _read_ the Posting Guide and then check out r-sig-geo. On June 1, 2020 5:18:49 PM PDT, Lom Navanyo wrote: >Hello, >I have data set of about 3400 location points with which I am trying to >generate data of each point and their neighbors within defined radii >(eg, >0.25, 1, and 3

[R] How to efficiently generate data of points within specified radii for each geometric point

2020-06-02 Thread Lom Navanyo
Hello, I have data set of about 3400 location points with which I am trying to generate data of each point and their neighbors within defined radii (eg, 0.25, 1, and 3 miles). Below is a reprex using the built-in nz_height data: library(sf) library(dplyr) library(spData) library(ggplot2)