Description Usage Arguments Author(s) References Examples
Produces a flow duration curve plot with optional Gustard type-curves that can be used to estimate catchment permeability.
1 |
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. |
Paul Whitfield
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.
1 2 3 | data(caniapiscau)
caniapiscau <- subset(caniapiscau, !is.na(caniapiscau$Flow))
FDC(caniapiscau$Flow, title="Caniapiscau River")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.