View source: R/show_seagrasscoverage.R
show_seagrasscoverage | R Documentation |
Create a barplot of seagrass coverage over time in Tampa Bay
show_seagrasscoverage(
seagrass,
maxyr = 2024,
family = NA,
lastlab = T,
axsbrk = c(0.08, 0.1)
)
seagrass |
input |
maxyr |
numeric for maximum year to plot |
family |
optional chr string indicating font family for text labels |
lastlab |
logical indicating if text label on |
axsbrk |
numeric vector of length two indicating where the x-axis break occurs |
This function creates the flagship seagrass coverage graphic to report on coverage changes over time. All data were pre-processed and included in the package as the seagrass
dataset. Original data are from the Southwest Florida Water Management District and available online at https://data-swfwmd.opendata.arcgis.com/. This function and the data used to create the plot are distinct from those used for the transect monitoring program.
A grid object showing acres of total seagrass coverage in Tampa Bay over time.
show_seagrasscoverage(seagrass)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.