mvars | R Documentation |
A RasterStack of predictor variables masked to the calibration area where a model is calibrated. Variables represent four current bioclimatic variables downloaded from the WorldClim database (http://www.worldclim.org/).
A RasterStack with 150 rows, 249 columns, 37350 cells, and 4 layers:
temperature, in Celsius degrees times 10.
precipitation, in milimeters.
https://kuscholarworks.ku.edu/handle/1808/26376
mvars <- raster::stack(list.files(system.file("extdata", package = "kuenm"),
pattern = "Mbio_", full.names = TRUE))
summary(mvars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.