bioint | R Documentation |
Computes bioclimatic intensities from bioclimatic balance.
bioint(bb)
bb |
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).
data.frame with 10 variables. See details.
wb <- watbal(t = rnorm(12, 18, 6), p = rnorm(12, 50, 30), lat = 35, CC = 400)
bb <- biobal(wb, 400)
bi <- bioint(bb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.