Learn R Programming

icesTAF (version 3.6.0)

summary.taf: Summary Results in TAF Format

Description

Small summary results table to describe a TAF format data frame to store values by year.

Usage

summary.taf

Arguments

Format

Data frame containing 16 columns:

Yearyear
Recrecruitment, numbers at age 1 in this year (thousands)
Rec_lolower 95% confidence limit
Rec_hiupper 95% confidence limit
TSBtotal stock biomass (tonnes)
TSB_lolower 95% confidence limit
TSB_hiupper 95% confidence limit
SSBspawning stock biomass (tonnes)
SSB_lolower 95% confidence limit
SSB_hiupper 95% confidence limit
Removalstotal removals, including catches due to unaccounted mortality
Removals_lolower 95% confidence limit
Removals_hiupper 95% confidence limit
Fbaraverage fishing mortality (ages 2-4)
Fbar_lolower 95% confidence limit
Fbar_hiupper 95% confidence limit

Details

The data are an excerpt (first years) from the summary results table for North Sea cod from the ICES (2016) assessment.

See Also

div and rnd can modify a large number of columns.

icesTAF-package gives an overview of the package.

Examples

Run this code
summary.taf
x <- div(summary.taf, "Rec|TSB|SSB|Removals", grep=TRUE)
x <- rnd(x, "Rec|TSB|SSB|Removals", grep=TRUE)
x <- rnd(x, "Fbar", 3, grep=TRUE)

Run the code above in your browser using DataLab