fdc_slope_percentiles: Compute flow duration curve based hydrological signatures

Description Usage Arguments Value See Also

View source: R/flow_duration_curve.R

Description

This function compute both (1) the mid-segment flow duration curve slope (see fdc_slope) and (2) any streamflow percentiles (see fdc_percentiles).

Usage

1
2
3
4
5
fdc_slope_percentiles(
  Q,
  slope_probs = c(0.33, 0.66),
  percentile_probs = c(0.1, 0.9)
)

Arguments

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

Value

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.

See Also

fdc_slope and fdc_percentiles


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