point.overlap: Takes two emtools.species objects with range rasters,...

View source: R/point.overlap.R

point.overlapR 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)


danlwarren/ENMTools documentation built on Feb. 2, 2024, 1:05 p.m.