View source: R/anlz_transectavespp.R
anlz_transectavespp | R Documentation |
Get annual averages of seagrass frequency occurrence by bay segments, year, and species
anlz_transectavespp(
transectocc,
bay_segment = c("OTB", "HB", "MTB", "LTB", "BCB"),
yrrng = c(1998, 2024),
species = c("Halodule", "Syringodium", "Thalassia", "Ruppia", "Halophila", "Caulerpa",
"Dapis", "Chaetomorpha"),
total = TRUE,
by_seg = FALSE
)
transectocc |
data frame returned by |
bay_segment |
chr string for the bay segment, one to many of "OTB", "HB", "MTB", "LTB", "BCB" |
yrrng |
numeric indicating year ranges to evaluate |
species |
chr string of species to summarize, one to many of "Halodule", "Syringodium", "Thalassia", "Ruppia", "Halophila", "Caulerpa", "Dapis", "Chaetomorpha" |
total |
logical indicating if total frequency occurrence for all species is also returned |
by_seg |
logical indicating if separate results by bay segments are retained |
Frequency occurrence estimates are averaged across segments in bay_segment
if by_seg = F
, i.e., separate results by location are not returned. Results are retained by bay segment if by_seg = T
.
A data frame of annual averages by bay segment
## Not run:
transect <- read_transect()
## End(Not run)
transectocc <- anlz_transectocc(transect)
anlz_transectavespp(transectocc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.