wb.ele | R Documentation |
wb.ele
Calculate the water balance
wb.ele
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
)
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 |
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.