| wb.all | R Documentation | 
wb.allCalculate the water balance
wb.all
wb.all(
  xl = loaddata(varname = c(paste0("elev", c("prcp", "eta", "etp")), "rivqdown",
    paste0("eley", c("surf", "unsat", "gw")))),
  ic = readic(),
  fun = xts::apply.monthly,
  plot = TRUE
)
| 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 | 
A matrix, contains the colums of water balance factors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.