variables: Example of variables to represent current climate condition...

variablesR Documentation

Example of variables to represent current climate condition in a region

Description

A dataset containing raster layers of climatic variables for a region where simulations can be performed in examples.

Format

A SpatRaster with 108 rows, 84 columns, 9072 cells, and 6 layers:

Temperature

temperature, in Celsius degrees times 10.

Precipitation

precipitation, in milimeters.

Source

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

Examples

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

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

fmachados/grinnell documentation built on Jan. 29, 2024, 6:48 p.m.