forked from marlonecobos/kuenm2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchelsa_lgm_mri.Rd
More file actions
24 lines (24 loc) · 846 Bytes
/
chelsa_lgm_mri.Rd
File metadata and controls
24 lines (24 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\name{chelsa_lgm_mri}
\alias{chelsa_lgm_mri}
\title{SpatRaster Representing LGM Conditions (GCM: MRI-CGCM3)}
\format{
A \code{SpatRaster} object.
}
\value{
No return value. Used with function \code{\link[terra]{rast}} to
bring raster variables to analysis.
}
\description{
Raster layer containing bioclimatic variables representing Last Glacial
Maximum (LGM) climatic conditions based on the MRI-CGCM3 General Circulation
Model. The variables were resampled to 10arc-minutes and masked using the \code{m}
provided in the package.
}
\examples{
chelsa_lgm_mri <- terra::rast(system.file("extdata",
"CHELSA_LGM_MRI-CGCM3.tif",
package = "kuenm2"))
terra::plot(chelsa_lgm_mri)
}