anlz_tbniave | R Documentation |
Get annual averages of Tampa Bay Nekton Index scores by bay segment
anlz_tbniave(
tbniscr,
bay_segment = c("OTB", "HB", "MTB", "LTB"),
rev = FALSE,
perc = c(32, 46)
)
tbniscr |
input data frame as returned by |
bay_segment |
chr string for the bay segment, one to many of "OTB", "HB", "MTB", "LTB" |
rev |
logical if factor levels for bay segments are reversed |
perc |
numeric values indicating break points for score categories |
A data frame of annual averages by bay segment
tbniscr <- anlz_tbniscr(fimdata)
anlz_tbniave(tbniscr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.