buffer_polygon {glossa} | R Documentation |
Enlarge/Buffer a Polygon
Description
This function enlarges a polygon by applying a buffer.
Usage
buffer_polygon(polygon, buffer_distance)
Arguments
polygon |
An sf object representing the polygon to be buffered. |
buffer_distance |
Numeric. The buffer distance in decimal degrees (arc degrees). |
Value
An sf object representing the buffered polygon.
[Package glossa version 1.2.2 Index]