biointRaster {bioclim} | R Documentation |
Computation of Bioclimatic Intensities (raster mode)
Description
Computes bioclimatic intensities from bioclimatic balance.
Usage
biointRaster(bb, path = NULL)
Arguments
bb |
Bioclimatic balance in raster format. |
path |
Optional. Path (folder) where the output raster files will be saved. |
Value
SpatRaster with 120 layers corresponding to the 12 monthly values of "IBPc","IBCc","IBLc","IBRc","IBSc","IBPf","IBCf","IBLf","IBRf","IBSf".
Examples
bb <- terra::rast(bbRast)
bi <- biointRaster(bb, path=NULL)
[Package bioclim version 0.4.0 Index]