Description Usage Arguments Value See Also
View source: R/flow_duration_curve.R
Given a vector of streamflow values Q
, this function computes a data.frame
with two columns:
p
: probabilities of exceedance
Q
: corresponding streamflow values
1 | fdc_values(Q, n = 1000, sort = FALSE, na.rm = TRUE)
|
Q |
numeric vector. Streamflow values. |
n |
number of rows in the resulting data.frame (should be smaller than
the length of |
sort |
logical. Whether the fdc should be computed by sorting the
streamflow values (TRUE) or by using the |
na.rm |
logical. Should the missing values be ignored? (must be TRUE if
the |
a data.frame with two columns:
p
: probabilities of exceedance
Q
: corresponding streamflow values
fdc_slope
, fdc_percentiles
and fdc_slope_percentiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.