View source: R/show_tbniscrall.R
show_tbniscrall | R Documentation |
Plot Tampa Bay Nekton Index scores over time as average across bay segments
show_tbniscrall(
tbniscr,
perc = c(32, 46),
alph = 1,
ylim = c(22, 58),
rev = FALSE,
plotly = FALSE
)
tbniscr |
input dat frame as returned by |
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 |
A ggplot
object showing trends over time in TBNI scores for each bay segment or a plotly
object if plotly = TRUE
tbniscr <- anlz_tbniscr(fimdata)
show_tbniscrall(tbniscr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.