numeric, if target year is not specified then all data in the data frame will be used.
criteria
numeric, a numeric criteria that will be plotted as a horizontal line
free_y
logical, should the y-axis be free? Defaults to FALSE. If FALSE, defaults to zero, unless negative values are present. If TRUE, y-axis limits are selected by ggplot
log_trans
logical, should y-axis be log? Defaults to FALSE
converted
logical, were the units converted from the original units used by CDMO? Defaults to FALSE. See y_labeler for details.
plot_title
logical, should the station name be included as the plot title? Defaults to FALSE
# NOT RUN {# }# NOT RUN {## get data, prepdata(elksmwq)
dat <- elksmwq
dat <- qaqc(elksmwq, qaqc_keep = c('0', '3', '5'))
raw_boxplot(dat, param = 'do_mgl')
# }# NOT RUN {# }