Description: Effective Shannon diversity calculated using 42 zooplankton taxa collected from EcoMon cruises
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. Trends in zooplankton community diversity may indicate changes in trophic stability over time.
Zooplankton diversity is increasing in the Mid-Atlantic and on Georges Bank, but shows no trend in the Gulf of Maine. There is no vessel correction for this metric, so indices collected aboard the research vessel Albatross IV (up to 2008) and the research vessel Henry B. Bigelow (2009 - Present) are calculated separately (Fig. ).
# Plot indicator ggplotObject <- ecodata::plot_zoo_diversity(report='MidAtlantic') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_zoo_diversity(report='NewEngland') ggplotObject
Spatial scale: by EPU
Temporal scale: Annual
Synthesis Theme:
# Either from Contributor or ecodata
Zooplankton community diversity varies with changes in dominance of taxa. Increasing zooplankton diversity in the Mid-Atlantic is due to increases in abundance of several taxa and stable or declining dominance of an important copepod species. This suggests a shift in the zooplankton community that warrants continued monitoring to determine if managed species are affected.
While still showing an overall increasing trend, the GB zooplankton community declined in diversity in 2021 due to the increase in abundance of the copepod Centropages typicus and salps. The GOM zooplankton community is usually dominated by Calanus finmarchicus, however their abundance decreased in 2021. This decrease plus an increase in abundance of other copepods (C. typicus, Metridia lucens, Oithona spp.), siphonophores, and pteropods resulted in high zooplankton diversity index in 2021.
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_diversity
Variable definitions
Zoo_Shannon-Wiener_Diversity_index, unitless
# Pull all var names vars <- ecodata::zoo_diversity |> 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_diversity.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.