buffer | R Documentation |
If the input object is in lat/lon coordinates, the buffer is approximately applied by first transforming the object in a suitable projected CRS, expanding it with the given buffer, and then transforming it back to the lat/lon system.
buffer(obj, buffer_distance, ...)
obj |
A sf object |
buffer_distance |
Buffer distance in meters |
... |
Optional parameters passed on to |
Expanded sf object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.