reference_layers: Example of variables for a set of reference

reference_layersR Documentation

Example of variables for a set of reference

Description

A SpatRaster object representing variables in a set of reference. Variables represent current bioclimatic variables downloaded from the WorldClim database (https://worldclim.org/).

Format

A SpatRaster object.

Value

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

Examples

reference_layers <- terra::rast(system.file("extdata", "reference_layers.tif",
                                            package = "mop"))

terra::plot(reference_layers)

mop documentation built on May 29, 2024, 8:28 a.m.