powered by
Computes bioclimatic intensities from bioclimatic balance.
bioint(bb)
data.frame with 10 variables. See details.
Bioclimatic balance.
The function yields 10 variables at monthly scale corresponding with the warm (w) and cold (c) variants of 5 bioclimatic intensities: PBI (Potential bioclimatic intensity), RBI (Real bioclimatic intensity), CBI (Conditioned bioclimatic intensity), FBI (Free bioclimatic intensity), and DBI (Dry bioclimatic intensity).
wb <- watbal(t = rnorm(12, 18, 6), p = rnorm(12, 50, 30), lat = 35, CC = 400) bb <- biobal(wb, 400) bi <- bioint(bb)
Run the code above in your browser using DataLab