Learn R Programming

rangemap (version 0.1.18)

variables: A set of environmental variables for examples

Description

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

Arguments

Value

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

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.

Examples

Run this code
# NOT RUN {
vars <- raster::stack(system.file("extdata", "variables.tif",
                                  package = "rangemap"))
names(vars) <- c("bio5", "bio6", "bio13", "bio14")

raster::plot(vars)
# }

Run the code above in your browser using DataLab