buffer_polygon: Enlarge/Buffer a Polygon

View source: R/process_polygon.R

buffer_polygonR 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.


glossa documentation built on Oct. 15, 2024, 5:08 p.m.