View source: R/f_bioint_raster.R
biointRaster | R Documentation |
Computes bioclimatic intensities from bioclimatic balance.
biointRaster(bb, path = NULL)
bb |
Bioclimatic balance in raster format. |
path |
Optional. Path (folder) where the output raster files will be saved. |
SpatRaster with 120 layers corresponding to the 12 monthly values of "IBPc","IBCc","IBLc","IBRc","IBSc","IBPf","IBCf","IBLf","IBRf","IBSf".
bb <- terra::rast(bbRast)
bi <- biointRaster(bb, path=NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.