Zooplankton Abundance Anomalies {#zoo_abundance_anom}

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)

Introduction to Indicator

Zooplankton represent a critical trophic link from primary producers to fish in marine ecosystems.

Key Results and Visualizations

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.

MidAtlantic

# 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

NewEngland

# 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

Indicator statistics

Spatial scale: by EPU

Temporal scale: Annual

Synthesis Theme:

# Either from Contributor or ecodata

Implications

Check these. If they are correct, we could be seeing the less energy dense zooplankton becoming more abundant in each system.

Get the data

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:

Public Availability

Source data are NOT publicly available.

Accessibility and Constraints

Request from Harvey Walsh, harvey.walsh@noaa.gov

tech-doc link https://noaa-edab.github.io/tech-doc/zoo_abundance_anom.html



kimberly-bastille/sin-cat documentation built on Oct. 29, 2024, 3:08 a.m.