getYSBRSummaryTable: Get a Summary Table of Yield and Spawning Biomass Per Recruit

View source: R/getYSBRSummaryTable.R

getYSBRSummaryTableR Documentation

Get a Summary Table of Yield and Spawning Biomass Per Recruit

Description

Get summary results of historical stock size, recruitment, and fishing pressure.

Usage

getYSBRSummaryTable(assessmentKey, ...)

Arguments

assessmentKey

the unique identifier of the stock assessment

...

to allow scope for back compatibility

Value

A data frame.

Author(s)

Colin Millar and Scott Large.

See Also

getSAG supports querying many years and quarters in one function call.

getListStocks and getFishStockReferencePoints get a list of stocks and reference points.

icesSAG-package gives an overview of the package.

Examples

## Not run: 
assessmentKey <- findAssessmentKey("cod-2224", year = 2015)
sumtab <- getYSBRSummaryTable(assessmentKey)
head(sumtab)

## End(Not run)

ices-tools-prod/icesSAG documentation built on Nov. 24, 2023, 1:55 a.m.