Example of variables to be used for preparing a master matrix
Source:R/data_documentation.R
variables.Rd
A dataset containing raster variables for an area that is relevant for used
in examples included in the package biosurvey
.
Format
A SpatRaster with 109 rows, 190 columns, 20710 cells, and 6 layers:
- Temperature
temperature, in degrees Celsius times 10.
- Precipitation
precipitation, in millimeters.
Examples
variables <- terra::rast(system.file("extdata/variables.tif",
package = "biosurvey"))
terra::plot(variables[[1]])