View source: R/show_allthrpep.R
show_allthrpep | R Documentation |
Plot annual water quality values and thresholds for all bay segments
show_allthrpep(
dat,
param = c("chla", "sd", "tn"),
trgs = NULL,
yrrng = NULL,
family = NA,
labelexp = TRUE,
txtlab = TRUE
)
dat |
data frame of data returned by |
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 |
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 |
This function is conceptually similar to show_thrpep
, but results are shown as annual medians across all bay segments for the selected parameter.
A ggplot
object
show_allthrpep(rawdat, param = 'chl')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.