Skip to contents

Raster layer containing bioclimatic variables representing Last Glacial Maximum (LGM) climatic conditions based on the IPSL-CM5A-LR General Circulation Model. The variables were resampled to 10arc-minutes and masked using the m provided in the package. Data sourced from CHELSA: https://chelsa-climate.org/last-glacial-maximum-climate/

Format

A SpatRaster object.

Value

No return value. Used with function rast to bring raster variables to analysis.

Examples

chelsa_lgm_ipsl <- terra::rast(system.file("extdata",
                                           "CHELSA_LGM_IPSL-CM5A-LR.tif",
                                           package = "kuenm2"))
terra::plot(chelsa_lgm_ipsl)