powered by
Computes bioclimatic balance from water balance.
biobal(balhid, CC)
data frame with 12 variables: 'p', 'Tm', 'PET', 'e', 'D', 'S', 'Cd', 'T_75', 'B', 'b', 'bl', 'bc'.
Water balance.
Field capacity. It depends on water retention capacity and depth of roots. 400 as default value.
wb <- watbal(t = rnorm(12, 18, 6), p = rnorm(12, 50, 30), lat = 35, CC = 400) biobal(wb, 400)
Run the code above in your browser using DataLab