View source: R/future_worldclim2.R
future_worldclim2 | R Documentation |
This function allows you to parse worldclim version 2.1 future climatic files with a setting of boundary and a few other options.
future_worldclim2(
var = "tmin",
res = 10,
gcm = "BCC-CSM2-MR",
ssp = "ssp585",
interval = "2021-2040",
bry = NULL,
path = NULL,
nm_mark = "clip",
return_stack = TRUE
)
var |
( |
res |
( |
gcm |
( |
ssp |
( |
interval |
( |
bry |
( |
path |
( |
nm_mark |
( |
return_stack |
( |
Web page page for this dataset
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.
If it fails due to slow internet, try to set a larger timeout option,
e.g., using options(timeout = 1e3)
.
Fick, Stephen E., and Robert J. Hijmans. "WorldClim 2: new 1-km spatial resolution climate surfaces for global land areas." International journal of climatology 37.12 (2017): 4302-4315.\Sexpr[results=rd]{tools:::Rd_expr_doi("10.1002/joc.5086")}
## Not run:
future_worldclim2("tmin", 10, "BCC-CSM2-MR",
"ssp585", "2021-2040",
path = tempdir(), return_stack = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.