R/surveyLenDietcomp.R

#' The survey diet compositions for the focal species within the mskeyrun project 
#'
#' Survey diet data from Northeast Fisheries Science Center's Bottom Trawl Survey, 1973-2019.
#'
#' @format A data frame
#' 
#'  \describe{
#'\item{ModSim}{Atlantis model name and simulation id}
#'\item{year}{year diet data collected}
#'\item{Code}{SPECIES_ITIS code for predator species}
#'\item{Name}{Common name for predator species}
#'\item{season}{season diet data collected}
#'\item{pdlen}{predator length bin (1 cm)}
#'\item{prey}{Common name for prey item}
#'\item{variable}{mean prey item weight in year/species/season/pdlen (meansw),
#'                variance of meansw (variance),
#'                number of tows in year/species/season/prey/pdlen (num_tows),
#'                cv of meansw (cv),
#'                confidence interval for mean prey weight in diet (ci),
#'                total prey weight in year/species/season/pdlen (totwt),
#'                percent of prey item in diet in year/species/season/pdlen (relmsw),
#'                confidence interval for percent prey in diet (relci),
#'                number of stomachs in year/species/season/pdlen (nstom)}
#'\item{value}{value of the variable}
#'\item{units}{units of the variable; grams for meansw, variance, ci, totwt,
#'             percent for relmsw, relci, numbers for num_tows, nstom, unitless cv}
#' }
#' 
"surveyLenDietcomp"
NOAA-EDAB/ms-keyrun documentation built on April 20, 2024, 10:07 a.m.