Learn R Programming

biosurvey (version 0.1.1)

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

Description

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

Arguments

Format

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

Temperature

temperature, in degrees Celsius times 10.

Precipitation

precipitation, in millimeters.

Examples

Run this code
# NOT RUN {
variables <- raster::stack(system.file("extdata/variables.tif",
                                       package = "biosurvey"))

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

Run the code above in your browser using DataLab