Learn R Programming

bioclim (version 0.4.0)

ith: Function to calculate Thornthwaite’s index

Description

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

Usage

ith(bh)

Value

Character, describing the humid characteristics of the climate.

Arguments

bh

Water balance in data.frame format from watbal() function.

Examples

Run this code
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