FDC: Flow Duration Curve

Description Usage Arguments Author(s) References Examples

View source: R/FDC.R

Description

Produces a flow duration curve plot with optional Gustard type-curves that can be used to estimate catchment permeability.

Usage

1
FDC(flow, title = NULL, normal = FALSE, gust = TRUE)

Arguments

flow

daily streamflow time series

title

character string for plot title

normal

boolean indicating whether to plot on normal probability axis (normal=TRUE) or linear probability axis (default, normal=FALSE)

gust

boolean indicating whether to plot Gustard type curves.

Author(s)

Paul Whitfield

References

Gustard, A., Bullock, A., and Dixon, J.M. (1992). Report No. 108: Low flow estimation in the United Kingdom. Oxfordshire, United Kingdom: Institute of Hydrology.

Examples

1
2
3

Example output



FlowScreen documentation built on May 2, 2019, 1:09 p.m.

Related to FDC in FlowScreen...