show_fibmap | R Documentation |
Map Fecal Indicator Bacteria (FIB) results by month, year, and location
show_fibmap(fibdata, yrsel, mosel, areasel = NULL, addsta = FALSE)
fibdata |
input FIB |
yrsel |
optional numeric value to filter output by years in |
mosel |
optional numeric value to filter output by month in |
areasel |
optional character string to filter output by stations in the |
addsta |
logical to add station labels to the map, default |
Placing the mouse cursor over an item on the map will reveal additional information about a station. See the help file for anlz_fibmap
for details on the categories and additional arguments.
A leaflet
map for the selected year, month, and area showing stations and FIB concentration category
anlz_fibmap
# show selected year, month
show_fibmap(fibdata, yrsel = 2023, mosel = 8)
# show selected year, month, and area
show_fibmap(fibdata, yrsel = 2020, mosel = 7, areasel = 'Alafia River')
# Manatee County data
show_fibmap(mancofibdata, yrsel = 2020, mosel = 7, areasel = 'Little Manatee River')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.