variables_lgm | R Documentation |
A dataset containing raster layers of climatic variables representing Last Glacial Maximum conditions 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_lgm <- terra::rast(system.file("extdata/variables_lgm.tif",
package = "grinnell"))
terra::plot(variables_lgm[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.