GeneralArealOverlap: General areal overlap

Description Usage Arguments Details Examples

Description

Function calculates interspecific overlap among two populations.

Usage

1

Arguments

data

matrix or data frame including two colums - one for each population's distribution.

Details

The general areal overlap is defined as the area occupied by both populations devided by the area occupied by either one or the other population.

Examples

1
2
3
4
5
6
#Example shows how two populations overlap in one of five water layers

df <- cbind(c(1,1,1,0,0),
            c(0,0,1,1,1))

GeneralArealOverlap(df)

herrmannrobert/VerDi documentation built on June 10, 2019, 7:32 a.m.