View source: R/process_polygon.R
buffer_polygon | R Documentation |
This function enlarges a polygon by applying a buffer.
buffer_polygon(polygon, buffer_distance)
polygon |
An sf object representing the polygon to be buffered. |
buffer_distance |
Numeric. The buffer distance in decimal degrees (arc degrees). |
An sf object representing the buffered polygon.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.