View source: R/poly_functions.R
indistance_var | R Documentation |
Select the data that is located within a certain distance of a specified geographic coordinate.
indistance_var(var_list, lon, lat, dist = 5000)
var_list |
list containing the variables extracted from |
lon |
longitude coordinate of the point |
lat |
latitude coordinate of the point |
dist |
distance, in meter, of the coordinates to keep the data. default is 5000 meters |
var_list containing the variables, coordinates and metadata of the selected data
## Not run: masked_list = indistance_polygon(var_list, lon=-65, lat=49, dist=15000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.