Description: This data is collected from the CBIBS buoy system.
Indicator family:
Contributor(s): Charles Pellerin
Affiliations: NEFSC
knitr::opts_chunk$set(echo = F) library(ecodata)
The indicator is the Water Temperature and the Water Salinity.
The key results are the state of the water temperature and the salinity
# Plot indicator ggplotObject <- ecodata::plot_ch_bay_temp(report='MidAtlantic') ggplotObject
Spatial scale: Main stem of the Chesapeake Bay
Temporal scale: Annual
Synthesis Theme:
# Either from Contributor or ecodata
The changes in the temperature and salinity have implications in the habitat
Point of contact: Charles Pellerin (charles.pellerin@noaa.gov){.email}
ecodata name: ecodata::ch_bay_temp
Variable definitions
1) Temperature; degree C
# Pull all var names vars <- ecodata::ch_bay_temp |> dplyr::select(Var, Units) |> dplyr::distinct() DT::datatable(vars)
Indicator Category:
Source data are publicly available.
No response
tech-doc link https://noaa-edab.github.io/tech-doc/ch_bay_temp.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.