getSAGGraphs: Get Summary Graphs of Stock Assessment Output

View source: R/getSAGGraphs.R

getSAGGraphsR Documentation

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.

Author(s)

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

## Not run: 
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

## End(Not run)

icesSAG documentation built on May 31, 2023, 6:46 p.m.