getSAGGraphs {icesSAG} | R 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)
[Package icesSAG version 1.4.1 Index]