MinBAR (version 1.1.3)

bioscrop: Climate variables

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

bioscrop

Arguments

Format

A raster brick with 3 variables:

bio1

Annual Mean Temperature

bio7

Temperature Annual Range

bio12

Annual Precipitation

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

Run this code
# NOT RUN {
bioscrop <- raster::brick(paste0(system.file(package='MinBAR'), "/extdata/bioscrop.tif"))
names(bioscrop) <- c("bio1", "bio7", "bio12")
bioscrop

# }

Run the code above in your browser using DataLab