plot the annual flow duration curve of a river discharge data set.
Source:R/plotAnnualFlowDurationCurve.R
plotAnnualFlowDurationCurve.Rd
plot the annual flow duration curve of a river discharge data set.
Arguments
- data
tibble output of computeAnnualFlowDurationCurve
- column
str name of column with discharge data to plot (same as in computeAnnualFlowDurationCurve()).
Value
A figure with the yearly average rating curve (black line) and the data of the individual years in grey.
See also
[computeAnnualFlowDurationCurve()]
Other Post-processing:
assess_fc_qual()
,
computeAnnualFlowDurationCurve()