View source: R/kuenm_projchanges.R
model_changes | R Documentation |
Helper function to calculate model changes
model_changes <- (calibration.model, current.model, fclim.models,
is.swd, result = "continuous", threshold = 5, occ,
clim.models, out.dir)
calibration.model |
(character) name of raster prediction for the
calibration area. Ignored if |
current.model |
(character) name of current model raster name. It can be the same than
|
fclim.models |
(character) vector of climatic model raster names. |
is.swd |
(logical) whether or not modeling was done using SWD format. |
result |
(character) type of result needed. options are "continuous" and "binary". Default = "continuous". |
threshold |
(numeric) if |
occ |
if |
clim.models |
(character) names of that identify climatic models used for project ENMs. If not defined it is assumed that only one climate model was used. |
out.dir |
(character) name of the folder that will be created to save the binary models
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.