A RasterStack containing four bioclimatic variables downloaded from the WorldClim database 1.4.

Format

A RasterStack with 180 rows, 218 columns, 39240 cells, and 4 layers:

variables.1

bio5.

variables.2

bio6.

variables.3

bio13.

variables.4

bio14.

Source

https://www.worldclim.org/data/v1.4/worldclim14.html

Value

No return value, used with function stack to bring an example of a set of environmental variables.

Examples

vars <- raster::stack(system.file("extdata", "variables.tif", package = "rangemap")) names(vars) <- c("bio5", "bio6", "bio13", "bio14") raster::plot(vars)