View source: R/anlz_sedimentpelave.R
anlz_sedimentpelave | R Documentation |
Get average concentrations for a sediment parameter by bay segment
anlz_sedimentpelave(
sedimentdata,
yrrng = c(1993, 2023),
bay_segment = c("HB", "OTB", "MTB", "LTB", "TCB", "MR", "BCB"),
funding_proj = "TBEP"
)
sedimentdata |
input sediment |
yrrng |
numeric vector indicating min, max years to include, use single year for one year of data |
bay_segment |
chr string for the bay segment, one to many of "HB", "OTB", "MTB", "LTB", "TCB", "MR", "BCB" |
funding_proj |
chr string for the funding project, one to many of "TBEP" (default), "TBEP-Special", "Apollo Beach", "Janicki Contract", "Rivers", "Tidal Streams" |
Summaries for all bay segments are returned by default. The averages and confidence intervals are specific to the year ranges in yrrng
.
A data.frame
of the average of the average PEL ratios for each bay segment
show_sedimentpelave
anlz_sedimentpelave(sedimentdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.