View source: R/future_cmcc_bioclim.R
future_cmcc_bioclim | R Documentation |
Parse future CMCC-BioClimInd bioclimatic indicators obtained by different Earth System Models (ESMs) optionally with a setting of boundary and a few other options.
future_cmcc_bioclim(
bry = NULL,
path = NULL,
esm = "CMCC-CESM",
rcp = 85,
interval = "2040-2079",
nm_mark = "clip",
return_stack = TRUE
)
bry |
( |
path |
( |
esm |
( |
rcp |
( |
interval |
( |
nm_mark |
( |
return_stack |
( |
https://doi.pangaea.de/10.1594/PANGAEA.904278?format=html#download
if return_stack
is TRUE
, the images would be
returned as a stars
. Otherwise, nothing to return, but the user
would receive a message of where the images are.
The function is experimental at the moment, because the download server
of this dataset is not as stable as Worldclim yet. If it fails due to slow
internet, try to set a larger timeout option,
e.g., using options(timeout = 1e3)
.
Noce, Sergio, Luca Caporaso, and Monia Santini."A new global dataset of bioclimatic indicators. "Scientific data 7.1 (2020): 1-12.\Sexpr[results=rd]{tools:::Rd_expr_doi("10.1038/s41597-020-00726-5")}
## Not run:
library(itsdm)
future_cmcc_bioclim(path = tempdir(),
esm = 'GFDL-ESM2M', rcp = 45,
interval = "2040-2079", return_stack = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.