View source: R/show_domatrix.R
show_domatrix | R Documentation |
Create a colorized table for reporting dissolved oxygen data by site
show_domatrix(
dodat,
site,
show = c("below_ave", "below_maxrun"),
txtsz = 3,
thr = 4.8,
impute = TRUE,
yrrng = NULL,
family = NA
)
dodat |
data frame of dissolved oxygen data returned by |
site |
character string of the site to plot taken from the |
show |
chr string indicating which summary value to plot from |
txtsz |
numeric for size of text in the plot, applies only if |
thr |
numeric indicating appropriate dissolved oxygen thresholds, usually 3 mg/L for acute, 4.8 mg/L for chronic |
impute |
logical indicating of missing dissolved oxygen values are imputed with the year, month, site average |
yrrng |
numeric vector indicating min, max years to include |
family |
optional chr string indicating font family for text labels |
A static ggplot
object is returned.
anlz_domopep
, anlz_dodlypep
show_domatrix(dodat, site = 'Peconic River')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.