Description: Recreational shark landings pulled from the Marine Recreational Information Program (MRIP).
Indicator family:
Contributor(s): Brandon Beltz; Kim Bastille
Affiliations: NEFSC
knitr::opts_chunk$set(echo = F) library(ecodata)
Recreational shark landings pulled from the MRIP database
Recreational landings of sharks are plotted. Sharks are categorized as large coastal, pelagic, prohibited and small coastal.
# Plot indicator ggplotObject <- ecodata::plot_rec_hms(report='MidAtlantic') ggplotObject
# Plot indicator ggplotObject <- ecodata::plot_rec_hms(report='NewEngland') ggplotObject
Spatial scale: by EPU
Temporal scale: annually from 1981 to 2022
Synthesis Theme:
# Either from Contributor or ecodata
Sharks are landed recreationally in quantities that are relevant to fisheries management. These landings should be considered when assessing the populations of sharks.
Point of contact: Brandon Beltz (brandon.beltz@noaa.gov){.email}
ecodata name: ecodata::rec_hms
Variable definitions
See variables below
# Pull all var names vars <- ecodata::rec_hms |> dplyr::select(Var) |> dplyr::distinct() DT::datatable(vars)
Indicator Category:
Source data are publicly available.
No response
tech-doc link https://noaa-edab.github.io/tech-doc/rec_hms.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.