Learn R Programming

bioclim (version 0.4.0)

plotWatbal: Function to plot water balance

Description

Function to plot water balance.

Usage

plotWatbal(bh)

Value

Plot of water balance

Arguments

bh

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

Examples

Run this code
wb <- watbal(t = c(10, 11.5, 14, 16.5, 20, 24.5, 27.5, 28, 24.5, 19.5, 14.5, 11),
p = c(55, 73, 84, 58, 33, 23, 2, 2, 28, 66, 94, 71), lat = 35, CC = 400)
plotWatbal(wb)

Run the code above in your browser using DataLab