point.overlap {ENMTools} | R Documentation |
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)
Arguments
x |
An enmtools.species object containing presence points |
y |
An enmtools.species object containing presence points |
Value
A numeric value measuring the overlap between point distributions.
Examples
cyreni <- iberolacerta.clade$species$cyreni
monticola <- iberolacerta.clade$species$monticola
point.overlap(cyreni, monticola)
[Package ENMTools version 1.1.2 Index]