Plot Tampa Bay Nekton Index scores over time by bay segment
Source:R/show_tbniscr.R
show_tbniscr.Rd
Plot Tampa Bay Nekton Index scores over time by bay segment
Arguments
- tbniscr
input dat frame as returned by
anlz_tbniscr
- bay_segment
chr string for the bay segment, one to many of "OTB", "HB", "MTB", "LTB"
- 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
- family
optional chr string indicating font family for text labels
- width
numeric for width of the plot in pixels, only applies of
plotly = TRUE
- height
numeric for height of the plot in pixels, only applies of
plotly = TRUE
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_tbniscr(tbniscr)