Learn R Programming

bioclim (version 0.4.0)

biointRaster: Computation of Bioclimatic Intensities (raster mode)

Description

Computes bioclimatic intensities from bioclimatic balance.

Usage

biointRaster(bb, path = NULL)

Value

SpatRaster with 120 layers corresponding to the 12 monthly values of "IBPc","IBCc","IBLc","IBRc","IBSc","IBPf","IBCf","IBLf","IBRf","IBSf".

Arguments

bb

Bioclimatic balance in raster format.

path

Optional. Path (folder) where the output raster files will be saved.

Examples

Run this code
# \donttest{
bb <- terra::rast(bbRast)
bi <- biointRaster(bb, path=NULL)
# }

Run the code above in your browser using DataLab