icesSAG (version 1.4.1)

getYSBRSummaryTable: 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, ...)

Value

A data frame.

Arguments

assessmentKey

the unique identifier of the stock assessment

...

to allow scope for back compatibility

Author

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

Run this code
if (FALSE) {
assessmentKey <- findAssessmentKey("cod-2224", year = 2015)
sumtab <- getYSBRSummaryTable(assessmentKey)
head(sumtab)
}

Run the code above in your browser using DataLab