biobal | R Documentation |
Computes bioclimatic balance from water balance.
biobal(balhid, CC)
balhid |
Water balance. |
CC |
Field capacity. It depends on water retention capacity and depth of roots. 400 as default value. |
data frame with 12 variables: 'p', 'Tm', 'PET', 'e', 'D', 'S', 'Cd', 'T_75', 'B', 'b', 'bl', 'bc'.
wb <- watbal(t = rnorm(12, 18, 6), p = rnorm(12, 50, 30), lat = 35, CC = 400)
biobal(wb, 400)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.