variables: A set of environmental variables for examples

Description Format Value Source Examples

Description

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.

Value

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

Source

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

Examples

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

raster::plot(vars)

rangemap documentation built on Sept. 5, 2021, 5:17 p.m.