bioscrop: Climate variables

Description Usage Format Source References Examples

Description

A raster brick containing 3 climate variables (resolution: 5 minutes) to be used as predictors for modelling species distributions #' Coord. ref. : +init=EPSG:4326 +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0.

Usage

1

Format

A raster brick with 3 variables:

bio1

Annual Mean Temperature

bio7

Temperature Annual Range

bio12

Annual Precipitation

Source

https://worldclim.org

References

Fick, S.E. and R.J. Hijmans, 2017. Worldclim 2: New 1-km spatial resolution climate surfaces for global land areas. International Journal of Climatology.

Examples

1
2
3
bioscrop <- raster::brick(paste0(system.file(package='MinBAR'), "/extdata/bioscrop.tif"))
names(bioscrop) <- c("bio1", "bio7", "bio12")
bioscrop

xavi-rp/MinBAR documentation built on Jan. 15, 2022, 6:25 p.m.