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

variablesR Documentation

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.

Format

A SpatRaster 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

Examples

variables <- terra::rast(system.file("extdata/variables.tif",
                                     package = "biosurvey"))

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

claununez/biosurvey documentation built on April 25, 2024, 12:24 a.m.