wb.all: Calculate the water balance 'wb.all'

Description Usage Arguments Value

View source: R/WaterBalance.R

Description

Calculate the water balance wb.all

Usage

1
2
3
4
wb.all(xl = BasicPlot(varname = c(paste0("elev", c("prcp", "etic",
  "ettr", "etev", "etp")), "rivqdown", paste0("eley", c("surf", "unsat",
  "gw")), paste0("rivy", "stage")), plot = FALSE, return = TRUE),
  ic = readic(), fun = xts::apply.monthly, plot = TRUE)

Arguments

xl

List of data. Five variables are included: prcp (eleqprcp), etic (eleqetic), ettr (eleqettr), etev (eleqetev) and discharge (rivqflx)

ic

Initial Condition.

fun

function to process the time-series data. Default = apply.daily.

plot

Whether plot the result

Value

A matrix, contains the colums of water balance factors


happynotes/PIHMgisR documentation built on Jan. 25, 2020, 9:51 p.m.