variables | R Documentation |
A dataset containing raster layers of climatic variables for a region where simulations can be performed in examples.
A SpatRaster with 108 rows, 84 columns, 9072 cells, and 6 layers:
temperature, in Celsius degrees times 10.
precipitation, in milimeters.
https://www.worldclim.org/data/index.html
variables <- terra::rast(system.file("extdata/variables.tif",
package = "grinnell"))
terra::plot(variables[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.