View source: R/show_sedimentpelmap.R
show_sedimentpelmap | R Documentation |
Make a map for sediment PEL ratios at stations in Tampa Bay
show_sedimentpelmap(
sedimentdata,
yrrng = c(1993, 2023),
bay_segment = c("HB", "OTB", "MTB", "LTB", "TCB", "MR", "BCB"),
funding_proj = "TBEP",
weight = 1.5
)
sedimentdata |
input sediment |
yrrng |
numeric vector indicating min, max years to include, use single year for one year of data |
bay_segment |
chr string for the bay segment, one to many of "HB", "OTB", "MTB", "LTB", "TCB", "MR", "BCB" |
funding_proj |
chr string for the funding project, one to many of "TBEP" (default), "TBEP-Special", "Apollo Beach", "Janicki Contract", "Rivers", "Tidal Streams" |
weight |
numeric for outline width of station points on the map |
The map shows average PEL ratios graded from A to F for benthic stations monitored in Tampa Bay. The PEL is a measure of how likely a contaminant is to have a toxic effect on invertebrates that inhabit the sediment. The PEL ratio is the contaminant concentration divided by the Potential Effects Levels (PEL) that applies to a contaminant, if available. Higher ratios and lower grades indicate sediment conditions that are likely unfavorable for invertebrates. The station average combines the PEL ratios across all contaminants measured at a station.
A leaflet
object
show_sedimentpelmap(sedimentdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.