Description Usage Arguments Value Examples
View source: R/RProjects/HITHATStats/R/dl5.R View source: R/dl5.R View source: R/standalone_scripts/stats_compare_wps.r View source: R/standalone_scripts/stats_observed.r
This function accepts a data frame that contains a column named "discharge" and calculates DL5; Annual minimum of 90-day moving average flow. Compute the minimum of a 90-day moving average flow for each year. DL5 is the mean (or median-Use Preference option) of these values (cubic feet per second-temporal).
| 1 |   dl5(qfiletempf, pref = "mean")
 | 
| qfiletempf | data frame containing a "discharge" column containing daily flow values | 
| pref | string containing a "mean" or "median" preference | 
dl5 numeric containing DL5 for the given data frame
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.