fdc_percentiles: Compute any flow duration curve percentiles

Description Usage Arguments Value See Also

View source: R/flow_duration_curve.R

Description

Given streamflow exceedance probability values (probs) compute the corresponding streamflow values/percentiles.

Usage

1
fdc_percentiles(Q, probs = c(0.1, 0.9))

Arguments

Q

numeric vector. Streamflow values.

probs

numeric vector containing the exceedance probabilities for the streamflow percentiles to compute.

Value

A numeric vector of the same length as probs containing the streamflow percentiles corresponding to the exceedance probabilities specified with argument probs.

See Also

fdc_slope and fdc_slope_percentiles


IvanHeriver/hsa-R-package documentation built on Dec. 17, 2021, 11:32 p.m.