get_tsa_b: Compute total suitable area for multiple species

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

get_tsa_bR Documentation

Compute total suitable area for multiple species

Description

Compute total suitable area at multiple climatic scenarios, thresholds and model criteria.

Usage

get_tsa_b(mtp.l, restrict = NULL, area.raster = NULL, digits = 0)

Arguments

mtp.l

List of stack or brick of thresholded predictions

restrict

A raster to select a region to compute area.

area.raster

A raster containing the cell areas to be summed across the suitable pixels. This allows summing areas of habitat when the pixel is partially occupied with the habitat of interest.

digits

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

Value

List of arrays containing species' total suitable areas for each climatic scenario, threshold and model criteria

See Also

area, get_tsa, get_cont_permimport, get_fpa, get_cont_permimport_b, get_fpa_b

Examples

## Not run: 
areas.occ.lst <- get_tsa_b(mtp.l=mods.thrshld.lst)

## End(Not run)

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