Learn R Programming

icesTAF (version 3.6.0)

catage.taf: Catch at Age in TAF Format

Description

Small catch-at-age table to describe a TAF format data frame to store year-age values.

Usage

catage.taf

Arguments

Format

Data frame containing five columns:

Yearyear
1number of one-year-olds in the catch (millions)
2number of two-year-olds in the catch (millions)
3number of three-year-olds in the catch (millions)
4number 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.

See Also

catage.long and catage.xtab describe alternative table formats.

taf2long and taf2xtab convert a TAF table to alternative formats.

icesTAF-package gives an overview of the package.

Examples

Run this code
catage.taf
taf2long(catage.taf)
taf2xtab(catage.taf)

Run the code above in your browser using DataLab