plot_exceedance_curve: Plot lake levels exceedance curves

Description Usage Arguments Value

View source: R/plot_exceedance_curve.R

Description

This function plots the lake level at three predetermined exceedance probabilities (e.g., 10, 50, 90 percent) for a range of analysis end years at all lakes.

Usage

1
plot_exceedance_curve(df, probs = c(10, 50, 90), text_size)

Arguments

df

data frame to plot with the exceedance probability (prob), lake level (level), end year of analysis (end_year), and lake name (lake_name)

probs

probabilities to highlight with dashed vertical line, defaults to 10, 50, and 90 percent.

text_size

size of text in plots

Value

plot_obj, the plot.


WDNR-Water-Use/CSLSlevels documentation built on Nov. 21, 2020, 9:13 a.m.