ecospat.testEnv {ecospat}R Documentation

Test Environmental SpatRasters for The Ecospat package

Description

A stack of 5 topoclimatic SpatRasters at 250m resolution for the Western Swiss Alps. It includes "ddeg0" (growing degree-days above 0C), "mind68" (moisture index for month June to August), "srad68" (solar radiation for month June to August), "slope25" (average of slopes at 25m resolution) and "topos25" (average of topographic positions at 25m resolution)

Format

ecospat.testEnv is a tif file that contains the following SpatRasters:

[1] "ddeg0" [2] "mind68" [3] "srad68" [4] "slope25" [5] "topos25"

Author(s)

Olivier Broennimann olivier.broennimann@unil.ch

References

Zimmermann, N.E., F. Kienast. 2009. Predictive mapping of alpine grasslands in Switzerland: Species versus community approach. Journal of Vegetation Science, 10, 469-482.

Examples

## Not run: 
library(terra)
fpath <- system.file("extdata", "ecospat.testEnv.tif", package="ecospat")
env<-terra::rast(fpath)
plot(env)

## End(Not run)


[Package ecospat version 4.0.0 Index]