Learn R Programming

ENMTools (version 1.1.2)

point.overlap: Takes two emtools.species objects with range rasters, calculates overlap between them as in Cardillo and Warren 2016

Description

Takes two emtools.species objects with range rasters, calculates overlap between them as in Cardillo and Warren 2016

Usage

point.overlap(x, y)

Value

A numeric value measuring the overlap between point distributions.

Arguments

x

An enmtools.species object containing presence points

y

An enmtools.species object containing presence points

Examples

Run this code
# \donttest{
cyreni <- iberolacerta.clade$species$cyreni
monticola <- iberolacerta.clade$species$monticola
point.overlap(cyreni, monticola)
# }

Run the code above in your browser using DataLab