icesSAG (version 1.4.1)

getSAGGraphs: Get Summary Graphs of Stock Assessment Output

Description

Get summary graphs of catches, recruitment, fishing pressure, and spawning stock biomass.

Usage

getSAGGraphs(assessmentKey, ...)

Value

An array representing a bitmap.

Arguments

assessmentKey

the unique identifier of the stock assessment

...

to allow scope for back compatibility

Author

Colin Millar and Scott Large.

See Also

getListStocks gets a list of stocks.

getFishStockReferencePoints gets biological reference points.

icesSAG-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
assessmentKey <- findAssessmentKey("cod", 2015)
graphs <- getSAGGraphs(assessmentKey[1])
plot(graphs)
# note this stock only has one graph see:
# http://standardgraphs.ices.dk/ViewCharts.aspx?key=8309
}

Run the code above in your browser using DataLab