calculateOverlaps: Calculates percent overlap of IUCN and NHM polygons

Description Usage Arguments Details Value Examples

View source: R/calculateOverlaps.R

Description

calculateOverlaps calculates the percentage overlap between the Natural History Museum (NHM) and IUCN range polygons.

Usage

1

Arguments

x

an object of class sf, sfc or sfg containing Natural History Museum records

y

object of class sf, sfc or sfg, containing IUCN range polygon data

Details

This is a two input function for calculating the percentage overlap between NHM and IUCN datasets, where both are polygons.

Value

object x, the NHM data set, with an added percent overlap column, containing calculated percentage overlap between NHM and IUCN range polygons

Examples

1
NHM_Data <- hullOverlaps(NHM_Data, IUCN_Data)

JCur96/sfe documentation built on Sept. 2, 2020, 6:02 p.m.