Learn R Programming

icesSAG (version 1.2-0)

getStandardAssessmentGraps: Get graphs of stock assessment output

Description

Get summary graphs of, e.g., historical stock size, recruitment, and fishing pressure.

Usage

getLandingsGraph(key)
getRecruitmentGraph(key)
getFishingMortalityGraph(key)
getSpawningStockBiomassGraph(key)
getFishMortality(key)
getstock_recruitment(key)
getYSSB(key)
getSSBHistoricalPerformance(key)
getFishingMortalityHistoricalPerformance(key)
getRecruitmentHistoricalPerformance(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
keys <- findKey("had", 2015)
landings_img <- getLandingsGraph(keys[1])
plot(landings_img)

landings_plots <- getLandingsGraph(keys)
plot(landings_plots)

Run the code above in your browser using DataLab