Description Usage Arguments Details Value See Also
View source: R/flow_duration_curve.R
Given two probability of streamflow exceedance (probs) which define the start and end of the mid-segment of the flow duration curve, compute the slope of the mid-segment slope of the flow duration curve.
1 |
Q |
numeric vector. Streamflow values. |
probs |
numeric vector of length 2 containing the exceedance probabilities that define the start and end of the mid-segment of the flow duration curve. |
The computation of the slope is done with the following function:
- (log10(Q_high) - log10(Q_low)) / diff(probs)
where log10(Q_low)
(resp. log10(Q_high)
) is the log transformed
values of streamflow corresponding to the low (resp. high) end of the
mid-segment of the flow duration curve
A single numeric value corresponding to the slope of the mid-segment of the flow duration curve.
fdc_percentiles
and fdc_slope_percentiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.