biobal {bioclim}R Documentation

Computation of Bioclimatic Balance

Description

Computes bioclimatic balance from water balance.

Usage

biobal(balhid, CC)

Arguments

balhid

Water balance.

CC

Field capacity. It depends on water retention capacity and depth of roots. 400 as default value.

Value

data frame with 12 variables: 'p', 'Tm', 'PET', 'e', 'D', 'S', 'Cd', 'T_75', 'B', 'b', 'bl', 'bc'.

Examples

wb <- watbal(t = rnorm(12, 18, 6), p = rnorm(12, 50, 30), lat = 35, CC = 400)
biobal(wb, 400)

[Package bioclim version 0.4.0 Index]