powered by
This function calculates Thornthwaite’s index to refine the bioclimatic classification.
ithRaster(bh)
Numeric, describing the humid characteristics of the climate. 1: 'HyperArid', 2: 'Arid', 3: 'Semiarid', 4: 'Dry humid', 5: 'Moist humid', 6 'Low humid', 7: 'Moderate humid', 8: 'Highly humid', 9: 'Very humid', 10: 'Perhumid'.
Water balance in SpatRaster format from watbalRaster() function.
# \donttest{ wb <- terra::rast(wbRast) itr <- ithRaster(wb) # }
Run the code above in your browser using DataLab