R/cap.R

#' Capelin table
#'
#' A dataset containing the number of capelin per age, year and length group
#'
#'
#' @format A data frame with 1536 rows and 11 variables:
#' \describe{
#'   \item{length.group}{integer, length category index}
#'   \item{1}{numeric, number of fish of age 1 in units of 10e9}
#'   \item{2}{numeric, number of fish of age 2 in units of 10e9}
#'   \item{3}{numeric, number of fish of age 3 in units of 10e9}
#'   \item{4}{numeric, number of fish of age 4 in units of 10e9}
#'   \item{5}{numeric, number of fish of age 5 and older in units of 10e9}
#'   \item{sum(10e9)}{numeric, sum over all age groups}
#'   \item{biomass(10e3t)}{numeric, biomass in units of 10 000 tons, product of sum and meanweight}
#'   \item{meanweight(g)}{numeric, meanweight of fish in grams}
#'   \item{meanlength(cm)}{numeric, meanlength of fish in cm}
#'   \item{year}{integer, year}
#' }
#' @source \url{https://www.imr.no}
"cap"
IMRpelagic/bifrost documentation built on Oct. 17, 2023, 7:11 a.m.