ith | R Documentation |
This function calculates Thornthwaite’s index to refine the bioclimatic classification.
ith(bh)
bh |
Water balance in data.frame format from watbal() function. |
Character, describing the humid characteristics of the climate.
wb <- watbal(t = rnorm(12, 18, 6), p = rnorm(12, 50, 30), lat = 35, CC = 400)
ith(wb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.