show_thrpep | R Documentation |
Plot annual water quality values and thresholds for a bay segment
show_thrpep(
dat,
bay_segment = c("1a", "1b", "2", "3"),
param = c("chla", "sd", "tn"),
ylim = NULL,
trgs = NULL,
yrrng = NULL,
family = NA,
labelexp = TRUE,
txtlab = TRUE
)
dat |
data frame of data returned by |
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 |
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 |
txtlab |
logical indicating if a text label for the target value is shown in the plot |
A ggplot
object
show_thrpep(rawdat, bay_segment = '1a', param = 'chl')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.