variables | R Documentation |
A dataset containing raster variables for an area that is relevant for used
in examples included in the package biosurvey
.
A SpatRaster with 109 rows, 190 columns, 20710 cells, and 6 layers:
temperature, in degrees Celsius times 10.
precipitation, in millimeters.
variables <- terra::rast(system.file("extdata/variables.tif",
package = "biosurvey"))
terra::plot(variables[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.