Learn R Programming

eiExpand (version 1.0.5)

percent_intersect: Calculate percent land area intersections

Description

Calculates the percent area intersection between the geometries in a sf data.frame and a single boundary shape.

Usage

percent_intersect(sfdf, shp)

Value

sfdf dataframe with pct_intersect column

Arguments

sfdf

sf dataframe with one or more geometries.

shp

sf dataframe with a single shape boundary.

Author

Rachel Carroll <rachelcarroll4@gmail.com>