View source: R/8.1.f.metrics.R
get_tsa_b | R Documentation |
Compute total suitable area at multiple climatic scenarios, thresholds and model criteria.
get_tsa_b(mtp.l, restrict = NULL, area.raster = NULL, digits = 0)
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. |
List of arrays containing species' total suitable areas for each climatic scenario, threshold and model criteria
area
, get_tsa
, get_cont_permimport
,
get_fpa
, get_cont_permimport_b
, get_fpa_b
## Not run:
areas.occ.lst <- get_tsa_b(mtp.l=mods.thrshld.lst)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.