percent_intersect: Calculate percent land area intersections

View source: R/percent_intersect.R

percent_intersectR Documentation

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)

Arguments

sfdf

sf dataframe with one or more geometries.

shp

sf dataframe with a single shape boundary.

Value

sfdf dataframe with pct_intersect column

Author(s)

Rachel Carroll <rachelcarroll4@gmail.com>


eiExpand documentation built on March 31, 2023, 8:17 p.m.