get_tsa: Compute species' total suitable area

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

get_tsaR Documentation

Compute species' total suitable area

Description

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

Usage

get_tsa(mtp, restrict = NULL, area.raster = NULL, digits)

Arguments

mtp

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_b, 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.