gvars | R Documentation |
A RasterStack containing predictor variables masked to the area where a model is projected. Variables represent four future bioclimatic variables (2050) of the NCAR-CCSM4 general circulation model under the RCP 8.5 emission scenario.
A RasterStack with 900 rows, 2160 columns, 1944000 cells, and 4 layers:
temperature, in Celsius degrees times 10.
precipitation, in milimeters.
https://kuscholarworks.ku.edu/handle/1808/26376
gvars <- raster::stack(list.files(system.file("extdata", package = "kuenm"),
pattern = "Gbio_", full.names = TRUE))
summary(gvars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.