Learn R Programming

bioclim (version 0.4.0)

biobal: Computation of Bioclimatic Balance

Description

Computes bioclimatic balance from water balance.

Usage

biobal(balhid, CC)

Value

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

Arguments

balhid

Water balance.

CC

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

Examples

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

Run the code above in your browser using DataLab