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

View source: R/WaterBalance.R

wb.eleR Documentation

Calculate the water balance wb.ele

Description

Calculate the water balance wb.ele

Usage

wb.ele(
  xl = loaddata(varname = c(paste0("elev", c("prcp", "etic", "ettr", "etev")),
    paste0("eleq", c("surf", "sub")), paste0("eley", c("surf", "unsat", "gw")))),
  fun = NULL,
  period = "years",
  plot = TRUE
)

Arguments

xl

List of data. Five variables are included:

fun

function to process the time-series data. Default = NULL

period

Period of the waterbalance

plot

Whether plot the result

Value

A matrix, contains the colums of water balance factors


SHUD-System/SHUDtoolbox documentation built on Nov. 27, 2024, 5:54 a.m.