variables: A set of environmental variables for examples

variablesR Documentation

A set of environmental variables for 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

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

raster::plot(vars)

manubio13/rangemap documentation built on May 9, 2022, 6:27 a.m.