conr_thresholds: Classify species as threatened using ConR rules.

View source: R/rule_based.R

conr_thresholdsR Documentation

Classify species as threatened using ConR rules.

Description

IUCN.eval (from ConR) approximates a full classification based on criterion B, using the EOO, AOO, and an estimate of the number of locations for a species. This function implements that classification, then makes the prediction coarser to "threatened" or "not threatened".

Usage

conr_thresholds(eoo, aoo, locations)

Arguments

eoo

The EOO in km^2.

aoo

The AOO in km^2.

locations

The number of threat-defined locations estimated by ConR.

Value

classification of whether a species is threatened or not.


barnabywalker/tidyassessments documentation built on April 8, 2022, 12:32 p.m.