Description: Species mean depth, along-shelf distance, and distance to coastline
Indicator family:
Contributor(s): Kevin Friedland, Brandon Beltz
Affiliations: NEFSC
knitr::opts_chunk$set(echo = F) library(ecodata)
Distribution shifts for a suite of 48 commercially or ecologically important fish species were evaluated using center of gravity metrics based on NEFSC bottom trawl survey data.
Along-shelf distance is a metric for quantifying the distribution of a species through time along the axis of the US Northeast Continental Shelf, which extends northeastward from the Outer Banks of North Carolina. Once mean distance is found, depth of occurrence and distance to coastline can be calculated for each species’ positional center.
The center of distribution for a suite of 48 commercially or ecologically important fish species along the entire Northeast Shelf continues to show movement towards the northeast and generally into deeper water.
# Plot indicator ggplotObject <- ecodata::plot_species_dist(report= 'MidAtlantic', varName= 'along') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_species_dist(report= 'MidAtlantic', varName= 'depth') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_species_dist(report= 'NewEngland', varName= 'along') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_species_dist(report= 'NewEngland', varName= 'depth') ggplotObject
Spatial scale: Shelfwide
Temporal scale: Annual
Synthesis Theme:
# Either from Contributor or ecodata
Temperature change is a major driver of changing fish distributions [@friedland_event_2019].
Point of contact: Kevin Friedland, kevin.friedland@noaa.gov{.email}
ecodata name: ecodata::species_dist
Variable definitions
"along-shelf distance"
"depth"
"distance to coast"
"Latitude"
"Longitude"
# Pull all var names vars <- ecodata::species_dist |> dplyr::select(Var, Units) |> dplyr::distinct() DT::datatable(vars)
Indicator Category:
Source data are NOT publicly available.
Contact Kevin Friedland, kevin.friedland@noaa.gov for data access
tech-doc link https://noaa-edab.github.io/tech-doc/species_dist.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.