R/data.R

#' EBS yellowfin sole CPUE data from 2017
#'
#' Yellowfin sole CPUE data from NOAA/AFSC 2017 summer bottom trawl survey of the eastern Bering Sea continental shelf.
#'
#' @format A data frame with 376 rows  and 7 columns:
#' \describe{
#'   \item{COMMON_NAME}{Species common name}
#'   \item{YEAR}{Survey year}
#'   \item{HAUL}{Haul number}
#'   \item{STATIONID}{Station ID}
#'   \item{LONGITUDE}{Longitude in decimal degrees}
#'   \item{LATITUDE}{Latitude in decimal degrees}
#'   \item{CPUE_KGHA}{Catch per unit effort in kilograms per hectare}
#'   ...
#' }
#' @source \url{https://www.fisheries.noaa.gov/about/alaska-fisheries-science-center}
"YFS2017"

#' EBS yellowfin sole CPUE data from 2018
#'
#' Yellowfin sole CPUE data from the NOAA/AFSC 2018 summer bottom trawl survey of the eastern Bering Sea continental shelf.
#'
#' @format A data frame with 376 rows and 7 columns:
#' \describe{
#'   \item{COMMON_NAME}{Species common name}
#'   \item{YEAR}{Survey year}
#'   \item{HAUL}{Haul number}
#'   \item{STATIONID}{Station ID}
#'   \item{LONGITUDE}{Longitude in decimal degrees}
#'   \item{LATITUDE}{Latitude in decimal degrees}
#'   \item{CPUE_KGHA}{Catch per unit effort in kilograms per hectare}
#'   ...
#' }
#' @source \url{https://www.fisheries.noaa.gov/about/alaska-fisheries-science-center}
"YFS2018"

#' NBS noodle bryozoan CPUE data from 2017-2023
#'
#' Noodle bryozoan (Alcyonidium enteromorpha) CPUE data from the NOAA/AFSC 2017, 2019, and 2021-2023 summer bottom trawl survey of the northern Bering Sea.
#'
#' @format A data frame with 691 rows and 7 columns:
#' \describe{
#'   \item{COMMON_NAME}{Species common name}
#'   \item{YEAR}{Survey year}
#'   \item{HAUL}{Haul number}
#'   \item{STATIONID}{Station ID}
#'   \item{LONGITUDE}{Longitude in decimal degrees}
#'   \item{LATITUDE}{Latitude in decimal degrees}
#'   \item{CPUE_KGHA}{Catch per unit effort in kilograms per hectare}
#'   ...
#' }
#' @source \url{https://www.fisheries.noaa.gov/about/alaska-fisheries-science-center}
"NOODLES"
afsc-gap-products/akgfmaps documentation built on April 14, 2025, 7:13 p.m.