View source: R/process_auxiliary.R
process_locs_radius | R Documentation |
Create circular buffer around locations based on user defined radius.
Creates a circular buffer around points if radius
is > 0.
Returns points if radius
is 0.
process_locs_radius(locs, radius)
locs |
SpatVector(1). SpatVector object with point geometry |
radius |
integer(1). Circular buffer size (meters). |
a SpatVector
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.