Learn R Programming

bioclim (version 0.4.0)

ithRaster: Function to calculate Thornthwaite’s index (raster format)

Description

This function calculates Thornthwaite’s index to refine the bioclimatic classification.

Usage

ithRaster(bh)

Value

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'.

Arguments

bh

Water balance in SpatRaster format from watbalRaster() function.

Examples

Run this code
# \donttest{
wb <- terra::rast(wbRast)
itr <- ithRaster(wb)
# }

Run the code above in your browser using DataLab