mvars: Raster variables masked to the area where a model is...

mvarsR Documentation

Raster variables masked to the area where a model is calibrated

Description

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/).

Format

A RasterStack with 150 rows, 249 columns, 37350 cells, and 4 layers:

Temperature

temperature, in Celsius degrees times 10.

Precipitation

precipitation, in milimeters.

Source

https://kuscholarworks.ku.edu/handle/1808/26376

Examples

mvars <- raster::stack(list.files(system.file("extdata", package = "kuenm"),
                                  pattern = "Mbio_", full.names = TRUE))

summary(mvars)

manubio13/ku.enm documentation built on Jan. 5, 2024, 5:55 a.m.