View source: R/show_transectsum.R
show_transectsum | R Documentation |
Plot frequency occurrence for a seagrass transect by time for all species
show_transectsum(
transectocc,
site,
species = c("Halodule", "Syringodium", "Thalassia", "Halophila", "Ruppia", "Caulerpa",
"Dapis", "Chaetomorpha"),
yrrng = c(1998, 2024),
abund = FALSE,
sppcol = NULL
)
transectocc |
data frame returned by |
site |
chr string indicating site results to plot |
species |
chr string indicating which species to plot |
yrrng |
numeric indicating year ranges to evaluate |
abund |
logical indicating if abundance averages are plotted instead of frequency occurrence |
sppcol |
character vector of alternative colors to use for each species, must have length of six |
This plot provides a quick visual assessment of how frequency occurrence or abundance for multiple species has changed over time at a selected transect. Drift or attached macroalgae (e.g., Caulerpa, Chaetomorpha) and cyanobacteria (Dapis) estimates may not be accurate prior to 2021.
A plotly
object
## Not run:
transect <- read_transect()
## End(Not run)
transectocc <- anlz_transectocc(transect)
show_transectsum(transectocc, site = 'S3T10')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.