Description: Abundance anomalies for 20 zooplankton taxa
Indicator family:
Contributor(s): Ryan Morse, Kevin Friedland, Harvey Walsh, Mike Jones
Affiliations: NEFSC
knitr::opts_chunk$set(echo = F) library(ecodata)
Zooplankton represent a critical trophic link from primary producers to fish in marine ecosystems.
Abundance anomalies of small and large copepods have varied over time by EPU. Small bodied copepods and cnidarians show increasing trends in all EPUs. Large bodied copepods and euphausiids show no significant trend in any EPU.
# Plot indicator ggplotObject <- ecodata::plot_zoo_abundance_anom(report= 'MidAtlantic', varName= 'copepod') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_zoo_abundance_anom(report= 'MidAtlantic', varName= 'euphausid') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_zoo_abundance_anom(report= 'NewEngland', varName= 'copepod') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_zoo_abundance_anom(report= 'NewEngland', varName= 'euphausid') ggplotObject
Spatial scale: by EPU
Temporal scale: Annual
Synthesis Theme:
# Either from Contributor or ecodata
Check these. If they are correct, we could be seeing the less energy dense zooplankton becoming more abundant in each system.
Point of contact: Ryan Morse, ryan.morse@noaa.gov; Harvey Walsh, harvey.walsh@noaa.gov; Kevin Friedland, kevin.friedland@noaa.gov{.email}
ecodata name: ecodata::zoo_abundance_anom
Variable definitions
All are unitless anomalies from the 1977-2020 mean abundance for each taxon. Variables are taxa names: (to be described by contributors)
"Calfin"
"LgCopepods"
"SmCopepods"
"Cyclopoida"
"Diplostraca"
"Ostracoda"
"Cirripedia"
"Euphausiacea"
"Gammaridea"
"Hyperiidea"
"Mysidacea"
"Decapoda"
"Polychaeta"
"Echinodermata"
"Mollusca"
"Pteropod"
"Chaetognatha"
"Cnidaria"
"Tunicate"
"Protozoa"
# Pull all var names vars <- ecodata::zoo_abundance_anom |> dplyr::select(Var, Units) |> dplyr::distinct() DT::datatable(vars)
Indicator Category:
Source data are NOT publicly available.
Request from Harvey Walsh, harvey.walsh@noaa.gov
tech-doc link https://noaa-edab.github.io/tech-doc/zoo_abundance_anom.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.