show_tbniscrall: Plot Tampa Bay Nekton Index scores over time as average...

View source: R/show_tbniscrall.R

show_tbniscrallR Documentation

Plot Tampa Bay Nekton Index scores over time as average across bay segments

Description

Plot Tampa Bay Nekton Index scores over time as average across bay segments

Usage

show_tbniscrall(
  tbniscr,
  perc = c(32, 46),
  alph = 1,
  ylim = c(22, 58),
  rev = FALSE,
  plotly = FALSE
)

Arguments

tbniscr

input dat frame as returned by anlz_tbniscr

perc

numeric values indicating break points for score categories

alph

numeric indicating alpha value for score category colors

ylim

numeric for y axis limits

rev

logical if factor levels for bay segments are reversed

plotly

logical if matrix is created using plotly

Value

A ggplot object showing trends over time in TBNI scores for each bay segment or a plotly object if plotly = TRUE

Examples

tbniscr <- anlz_tbniscr(fimdata)
show_tbniscrall(tbniscr)

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