water_balance: Calculates the water balance using the method of Thornthwaite...

View source: R/thornthwaite.R

water_balanceR Documentation

Calculates the water balance using the method of Thornthwaite & Mather

Description

Calculates the water balance using the method of Thornthwaite & Mather

Usage

water_balance(
  p,
  pet,
  taw,
  ...,
  aw_initial = taw,
  max_iter = 256,
  max_error = 0,
  sequential = FALSE
)

Arguments

p

precipitation


jvitorpinto/agmet documentation built on Jan. 30, 2023, 6:33 a.m.