Description Usage Arguments Value
This function averages output data by periods and collapse it by setups.
1 | get_averaged_collapsed_data(df, period_list, data_type = "y", rch = FALSE)
|
df |
Data.frame of imported output.*** SWAT file |
period_list |
List of periods used in averaging data (example period_list <- list (base = c(2000, 2019), mid = c(2040, 2059), end = c(2080, 2099))) |
data_type |
One letter sting "y" for yearly or "m" for monthly. |
rch |
TRUE or FALSE to leave reach numbers for yearly data. |
Data.frame of averaged data over periods and collapsed to setups (it means removing reach information).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.