View source: R/show_tdlcrkindic.R
show_tdlcrkindic | R Documentation |
Plotly barplots of tidal creek context indicators
show_tdlcrkindic(
id,
cntdat,
yr = 2024,
thrsel = FALSE,
pal = c("#5C4A42", "#427355", "#004F7E")
)
id |
numeric indicating the |
cntdat |
output from |
yr |
numeric indicating reference year |
thrsel |
logical if threshold lines and annotations are shown on the plots |
pal |
vector of colors for the palette |
A plotly object
cntdat <- anlz_tdlcrkindic(tidalcreeks, iwrraw, yr = 2024)
set.seed(123)
id <- sample(unique(cntdat$id), 1)
show_tdlcrkindic(id, cntdat, thrsel = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.