show_sitemap | R Documentation |
Map site attainment categories for a selected year
show_sitemap(
epcdata,
yrsel,
mosel = c(1, 12),
param = c("chla", "la"),
trgs = NULL,
thrs = FALSE,
showseg = TRUE,
partialyr = FALSE
)
epcdata |
data frame of epc data returned by |
yrsel |
numeric for year to plot |
mosel |
optional numeric of length one or two for mapping results for a specific month or month range in a given year, default full year |
param |
chr string for which parameter to plot, one of |
trgs |
optional |
thrs |
logical indicating if attainment category is relative to targets (default) or thresholds, passed to |
showseg |
logical indicating of bay segment labels are included |
partialyr |
logical indicating if incomplete annual data for the most recent year are approximated by five year monthly averages for each parameter, only applies if |
A static ggplot
object is returned
show_sitemap(epcdata, yrsel = 2024)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.