punchout: Remove the geometry of one set of polygons from another

View source: R/spatial_manipulation.R

punchoutR Documentation

Remove the geometry of one set of polygons from another

Description

Using sf functions, find the difference in geometry between two spatial polygons data frames

Usage

punchout(polygons, removal_polygons)

Arguments

polygons

Spatial polygons data frame. The polygons to remove geometry from. Also the decider of the output projection.

removal_polygons

Spatial polygons data frame. The geometry being removed from polygons.


nstauffer/aim.analysis documentation built on Nov. 2, 2023, 12:52 a.m.