Learn R Programming

mop (version 0.1.3)

layers_of_interest: Example of variables for a set of interest

Description

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

Arguments

Value

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

Format

A SpatRaster object.

Examples

Run this code
layers_of_interest <- terra::rast(system.file("extdata",
                                              "layers_of_interest.tif",
                                              package = "mop"))

terra::plot(layers_of_interest)

Run the code above in your browser using DataLab