powered by
This function calculates Thornthwaite’s index to refine the bioclimatic classification.
ith(bh)
Character, describing the humid characteristics of the climate.
Water balance in data.frame format from watbal() function.
wb <- watbal(t = rnorm(12, 18, 6), p = rnorm(12, 50, 30), lat = 35, CC = 400) ith(wb)
Run the code above in your browser using DataLab