Learn R Programming

icesTAF (version 3.5-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:

Year year
Rec recruitment, numbers at age 1 in this year (thousands)
Rec_lo lower 95% confidence limit
Rec_hi upper 95% confidence limit
TSB total stock biomass (tonnes)
TSB_lo lower 95% confidence limit
TSB_hi upper 95% confidence limit
SSB spawning stock biomass (tonnes)
SSB_lo lower 95% confidence limit
SSB_hi upper 95% confidence limit
Removals total removals, including catches due to unaccounted mortality
Removals_lo lower 95% confidence limit
Removals_hi upper 95% confidence limit
Fbar average fishing mortality (ages 2-4)
Fbar_lo lower 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
# NOT RUN {
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