icesSAG (version 1.3-4)

getSAGGraphs: Get Summary Graphs of Stock Assessment Output

Description

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

Usage

getSAGGraphs(assessmentKey, ...)

Arguments

assessmentKey

the unique identifier of the stock assessment

...

to allow scope for back compatibility

Value

An array representing a bitmap.

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
# NOT RUN {
assessmentKey <- findAssessmentKey("cod", 2015)
graphs <- getSAGGraphs(assessmentKey[1])
plot(graphs)

# }

Run the code above in your browser using DataCamp Workspace