Description Usage Arguments Value
This function averages output data imported from SWAT output.rch output.sub and output.hru files. Data should have been imported by using extract_watersheds_output function.
1 | get_period_means(df, starting_year, ending_year, data_type = "y")
|
df |
Data.frame of imported output.*** SWAT file |
starting_year |
Number representing starting year of period (example 2000) |
ending_year |
Number representing ending year of period (example 2019) |
data_type |
One letter sting "y" for yearly or "m" for monthly |
Data.frame of averaged data over period
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.