Description Usage Arguments Value Examples
This function accepts a data frame containing daily data and a list of desired percentiles and returns a list of the requested percentiles
1 2 | calculate_stat_flow_perc(flow_data, probs = c(0.1, 0.25, 0.5, 0.75, 0.9,
0.15))
|
flow_data |
A dataframe containing a NWCCompare flow dataset. Should have been cleaned by validate_data |
probs |
vector containing requested percentile value(s) |
obs_percentiles requested flow percentiles for the given data frame
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.