anlz_tbbimed | R Documentation |
Get annual medians of Tampa Bay Benthic Index scores by bay segment
anlz_tbbimed(
tbbiscr,
bay_segment = c("HB", "OTB", "MTB", "LTB", "TCB", "MR", "BCB", "All", "All (wt)"),
rev = FALSE,
yrrng = c(1993, 2023)
)
tbbiscr |
input data frame as returned by |
bay_segment |
chr string for the bay segment, one to many of "HB", "OTB", "MTB", "LTB", "TCB", "MR", "BCB", "All", "All (wt)" |
rev |
logical if factor levels for bay segments are reversed |
yrrng |
numeric indicating year ranges to evaluate |
Additional summaries are provided for the entire bay, as a summary across categories ("All") and a summary weighted across the relative sizes of each bay segment ("All (wt)").
Only sampling funded by TBEP and as part of the routine EPC benthic monitoring program are included in the final categories.
A data frame of annual medians by bay segment
tbbiscr <- anlz_tbbiscr(benthicdata)
anlz_tbbimed(tbbiscr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.