powered by
Computes bioclimatic intensities from bioclimatic balance.
biointRaster(bb, path = NULL)
SpatRaster with 120 layers corresponding to the 12 monthly values of "IBPc","IBCc","IBLc","IBRc","IBSc","IBPf","IBCf","IBLf","IBRf","IBSf".
Bioclimatic balance in raster format.
Optional. Path (folder) where the output raster files will be saved.
# \donttest{ bb <- terra::rast(bbRast) bi <- biointRaster(bb, path=NULL) # }
Run the code above in your browser using DataLab