Skip to contents

This function calculates the flow duration curve for a given vector or dataframe.

Usage

calc_fdc(x)

Arguments

x

a vector or a tibble with flow values.

Value

a tibble with sorted values and their corresponding exceedance probabilities.

Examples

if (FALSE) {
fdc <- calc_fdc(c(3, 1, 4, 1, 5, 9, 2, 6, 5))
}