buffer_polygon {glossa} | 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.