Description Usage Arguments Value See Also
View source: R/flow_duration_curve.R
This function compute both (1) the mid-segment flow duration curve slope
(see fdc_slope
) and (2) any streamflow percentiles (see
fdc_percentiles
).
1 2 3 4 5 | fdc_slope_percentiles(
Q,
slope_probs = c(0.33, 0.66),
percentile_probs = c(0.1, 0.9)
)
|
Q |
numeric vector. Streamflow values. |
slope_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. |
percentile_probs |
numeric vector containing the exceedance probabilities for the streamflow percentiles to compute |
A numeric vector of length n+1 where n is the length of
percentile_probs
with the first element being the slope of the
flow duration curve mid-segment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.