get_OR: Compute "Omission Rate"

View source: R/8.1.f.metrics.R

get_ORR Documentation

Compute "Omission Rate"

Description

Compute "Omission Rate" of species occurence points for a climatic scenario (usually "current")

Usage

get_OR(mtp.l, occ.l, clim.scn.nm = "current", digits = 3)

Arguments

mtp.l

List of stack or brick of thresholded predictions

occ.l

list of species occurrence data

clim.scn.nm

name to locate climatic scenario from which Omission Rate will be extracted. Usually the scenario used to calibrate maxent models

digits

integer indicating the number of decimal places. see ?round for details.

Value

A list of species' ORs computed for the selected (current) climatic scenario and each threshold and model criteria

See Also

get_tsa, get_cont_permimport, get_fpa

Examples

## Not run: 
get_OR(mtp.l=mods.thrshld.lst, occ.l=occ.locs)

## End(Not run)

HemingNM/ENMwizard documentation built on Jan. 4, 2024, 3:24 p.m.