Generates a plot with effective return periods on the x-axis and effective return levels (annual maxima magnitudes) on the y-axis. Each slice is displayed in a distinct color. Confidence bounds are shown as semi-transparent ribbons, and the point estimates are overlaid as solid lines. Return periods have a logarithmic scale.
Arguments
- results
A fitted flood frequency model generated by
fit_lmoments()
,fit_mle()
orfit_gmle()
OR a fitted model with confidence intervals generated byuncertainty_bootstrap()
,uncertainty_rfpl()
, oruncertainty_rfgpl()
.- slices
Default time slices for plotting the return levels if confidence intervals are not provided.
- periods
Numeric vector used to set the return periods for FFA. All entries must be greater than or equal to 1.
- ...
Optional named arguments: 'title', 'xlabel', and 'ylabel'.