anlz_tbniave: Get annual averages of Tampa Bay Nekton Index scores by bay...

View source: R/anlz_tbniave.R

anlz_tbniaveR Documentation

Get annual averages of Tampa Bay Nekton Index scores by bay segment

Description

Get annual averages of Tampa Bay Nekton Index scores by bay segment

Usage

anlz_tbniave(
  tbniscr,
  bay_segment = c("OTB", "HB", "MTB", "LTB"),
  rev = FALSE,
  perc = c(32, 46)
)

Arguments

tbniscr

input data frame as returned by anlz_tbniscr

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

Value

A data frame of annual averages by bay segment

Examples

tbniscr <- anlz_tbniscr(fimdata)
anlz_tbniave(tbniscr)

tbep-tech/tbeptools documentation built on April 13, 2025, 4:50 p.m.