Description Usage Arguments Value Examples
View source: R/geo_nearestPoints.R
Get the nearby points given a radius
1 | geo_nearestPoints(data, sepDistance)
|
data |
data frame with lng and lat columns |
sepDistance |
interval of geopositions in meters |
data frame
1 2 | data<-geospatial::georadius(-96.1312,18.1232,radius = 100,1000)
geospatial::geo_nearestPoints(data,sepDistance = 120)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.