variables: Example of variables to be used for preparing a master matrix

Description Format Source Examples

Description

A dataset containing raster variables for an area that is relevant for used in examples included in the package biosurvey.

Format

A RasterStack with 109 rows, 190 columns, 20710 cells, and 6 layers:

Temperature

temperature, in degrees Celsius times 10.

Precipitation

precipitation, in millimeters.

Source

https://www.worldclim.org/data/index.html

Examples

1
2
3
4
variables <- raster::stack(system.file("extdata/variables.tif",
                                       package = "biosurvey"))

raster::plot(variables[[1]])

biosurvey documentation built on Sept. 16, 2021, 1:07 a.m.