Raster layer containing bioclimatic variables representing present-day
climatic conditions. The variables were obtained at a 10 arc-minute
resolution and masked using the m
region provided in the package. Data
sourced from WorldClim:
https://worldclim.org/data/worldclim21.html
Value
No return value. Used with function rast
to
bring raster variables to analysis.
Examples
var <- terra::rast(system.file("extdata",
"Current_variables.tif",
package = "kuenm2"))
terra::plot(var)