get_occ_suit_b: Extract suitability values from all projections for known...

View source: R/8.4.f.metrics.occ.suit.R

get_occ_suit_bR Documentation

Extract suitability values from all projections for known species occurrences from a 'mcmp.l' object

Description

This function will extract the suitability values from all projections of each species in a 'mcmp.l' object using either the species occurrences used for niche modeling or a user supplied list of objects containing species occurrences.

Usage

get_occ_suit_b(mcmp.l, occ.l = NULL, ref = "current", t.all = F)

Arguments

mcmp.l

Object returned by proj_mdl_b, containing a list of calibrated models and model projections for each species.

occ.l

List of occurence data. See argument "occ" in calib_mdl.

ref

Character. Name of reference projection (i.e. the one used for calibration and that will not be averaged with any other)

t.all

logical. Should threshold be applied on individual and consensus projections? Default is FALSE. Ignored if consensus projections are not found.

Examples

## Not run: 
get_occ_suit_b(mcmp.l=mxnt.mdls.preds.cf)

## End(Not run)

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