show_fibmap: Map Fecal Indicator Bacteria (FIB) results by month, year,...

View source: R/show_fibmap.R

show_fibmapR Documentation

Map Fecal Indicator Bacteria (FIB) results by month, year, and location

Description

Map Fecal Indicator Bacteria (FIB) results by month, year, and location

Usage

show_fibmap(fibdata, yrsel, mosel, areasel = NULL, addsta = FALSE)

Arguments

fibdata

input FIB data.frame as returned by read_importfib or read_importwqp, see details

yrsel

optional numeric value to filter output by years in fibdata

mosel

optional numeric value to filter output by month in fibdata

areasel

optional character string to filter output by stations in the area column of fibdata, see details

addsta

logical to add station labels to the map, default FALSE

Details

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.

Value

A leaflet map for the selected year, month, and area showing stations and FIB concentration category

See Also

anlz_fibmap

Examples

# 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')

tbep-tech/tbeptools documentation built on April 13, 2025, 4:50 p.m.