Learn R Programming

icesSAG (version 1.2-0)

getSAGGraphs: Get a Summary Table of Historical Stock Size

Description

Get a summary table of historical stock size, recruitment, and fishing pressure.

Usage

getSAGGraphs(key)

Arguments

key
the unique identifier of the stock assessment

Value

An array representing a png.

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
key <- findKey("cod", 2015)
graphs <- getSAGGraphs(key[1])
plot(graphs)

Run the code above in your browser using DataLab