R/catage.xtab.R

#' @docType data
#'
#' @name catage.xtab
#'
#' @title Catch at Age in Crosstab Format
#'
#' @description
#' Small catch-at-age table to describe a crosstab format data frame to store
#' year-age values.
#'
#' @usage
#' catage.xtab
#'
#' @format
#' Data frame with years as row names and containing four columns:
#' \tabular{ll}{
#'   \code{1} \tab number of one-year-olds in the catch (millions)\cr
#'   \code{2} \tab number of two-year-olds in the catch (millions)\cr
#'   \code{3} \tab number of three-year-olds in the catch (millions)\cr
#'   \code{4} \tab number of four-year-olds in the catch (millions)
#' }
#'
#' @details
#' The data are an excerpt (first years and ages) from the catch-at-age table
#' for North Sea cod from the ICES (2016) assessment.
#'
#' @source
#' ICES (2016).
#' Report of the working group on the assessment of demersal stocks in the North
#' Sea and Skagerrak (WGNSSK).
#' \emph{ICES CM 2016/ACOM:14}, p. 673.
#' \doi{10.17895/ices.pub.5329}.
#'
#' @seealso
#' \code{\link{catage.long}} and \code{\link{catage.taf}} describe alternative
#' table formats.
#'
#' \code{\link{xtab2taf}} converts a crosstab table to TAF format.
#'
#' \code{\link{TAF-package}} gives an overview of the package.
#'
#'
#' @examples
#' catage.xtab
#' xtab2taf(catage.xtab)

NA

Try the TAF package in your browser

Any scripts or data that you put into this service are public.

TAF documentation built on March 31, 2023, 6:51 p.m.