Plot annual water quality value and thresholds for a segment
show_thrpep.Rd
Plot annual water quality values and thresholds for a bay segment
Arguments
- dat
data frame of data returned by
read_pepwq
- bay_segment
chr string for the bay segment, one of "1a", "1b", "2", or "3"
- param
chr string indicating which water quality value and appropriate threshold to plot, one of "chla" for chlorophyll, "sd" for secchi depth, or "tn" for total nitrogen
- ylim
numeric vector of length two indicating range for the y-axis
- trgs
optional
data.frame
for annual bay segment water quality thresholds, defaults topeptargets
- yrrng
numeric vector indicating min, max years to include
- family
optional chr string indicating font family for text labels
- labelexp
logical indicating if y axis and target labels are plotted as expressions, default
TRUE
- txtlab
logical indicating if a text label for the target value is shown in the plot
Value
A ggplot
object