View source: R/8.1.f.metrics-area_gain_loss.R
get_rsa_b | R Documentation |
Compute changes in total suitable area at multiple climatic scenarios, threshold and model criteria for each species.
get_rsa_b(mrs.l, area.raster = NULL, digits = 2, numCores = 1)
mrs.l |
List containing stack or brick of range shifts. See |
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. |
numCores |
Number of cores to use for parallelization. If set to 1, no paralellization is performed |
An object of class "data.table" "data.frame" containing calculated areas of
range shift for each species between a selected climatic scenario and all other climatic scenarios
for threshold, model and masked locations (if projections were masked,
see mask_thr_projs_mscn_b
).
range_shift
, get_rsa
## Not run:
spp_diff_a <- get_rsa_b(mods.thrshld.lst)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.