percent_intersect {eiExpand}R 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>


[Package eiExpand version 1.0.5 Index]