Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

eoo

Extent of Occurrence (EOO).


Description

Calculates the Extent of Occurrence of a species based on either records or predicted distribution.

Usage

eoo(spData)

Arguments

spData

spData One of three options: 1) matrix of longitude and latitude (two columns) of each occurrence record; 2) matrix of easting and northing (two columns, e.g. UTM) of each occurrence record in meters; 3) RasterLayer object of predicted distribution (either 0/1 or probabilistic values).

Details

EOO is calculated as the minimum convex polygon covering all known or predicted sites for the species.

Value

A single value in km2 or a vector with lower confidence limit, consensus and upper confidence limit (probabilities 0.975, 0.5 and 0.025 respectively).

Examples

data(red.records)
data(red.range)
eoo(red.records)
eoo(red.range)

red

IUCN Redlisting Tools

v1.5.0
GPL-3
Authors
Pedro Cardoso
Initial release
2020-05-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.