View source: R/anlz_sedimentave.R
anlz_sedimentave | R Documentation |
Get average concentrations for a sediment parameter by bay segment
anlz_sedimentave(
sedimentdata,
param,
yrrng = c(1993, 2023),
bay_segment = c("HB", "OTB", "MTB", "LTB", "TCB", "MR", "BCB"),
funding_proj = "TBEP"
)
sedimentdata |
input sediment |
param |
chr string for which parameter to plot |
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
object with average sediment concentrations for the selected parameter by bay segment
show_sedimentave
anlz_sedimentave(sedimentdata, param = 'Arsenic')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.