View source: R/8.1.f.metrics-area_gain_loss.R
range_shift | R Documentation |
Map shifts in suitable areas between a selected climatic scenario and all other climatic scenarios.
range_shift(
mtp,
ref.scn = "ncurrent",
sp.nm = "species",
numCores = 1,
format = "raster"
)
mtp |
Stack or brick of thresholded predictions |
ref.scn |
Selected climatic scenario to compare with all others. Usually "ncurrent". any (row or col) is 0, it will draw the layout automatically. |
sp.nm |
Species name. Used to name the output folder |
numCores |
Number of cores to use for parallelization. If set to 1, no paralellization is performed |
format |
Character. Output file type. Argument 'format' of raster::writeRaster |
A list containing rasters of differences between predictions of climatic scenarios
range_shift_b
## Not run:
range_shift(mcmp.l=mxnt.mdls.preds.lst, 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.