getGraphs: Get a Graph of Stock Assessment Output

getStandardAssessmentGraphsR Documentation

Get a Graph of Stock Assessment Output

Description

Get a graph of stock assessment output, e.g., historical stock size, recruitment, and fishing pressure.

Usage

getLandingsGraph(assessmentKey, ...)

getRecruitmentGraph(assessmentKey, ...)

getFishingMortalityGraph(assessmentKey, ...)

getSpawningStockBiomassGraph(assessmentKey, ...)

getFishMortality(assessmentKey, ...)

getstock_recruitment(assessmentKey, ...)

getYSSB(assessmentKey, ...)

getSSBHistoricalPerformance(assessmentKey, ...)

getFishingMortalityHistoricalPerformance(assessmentKey, ...)

getRecruitmentHistoricalPerformance(assessmentKey, ...)

getStockStatusTable(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

## Not run: 
assessmentKeys <- findAssessmentKey("had", 2015)
landings_img <- getLandingsGraph(assessmentKeys[1])
plot(landings_img)

landings_plots <- getLandingsGraph(assessmentKeys)
plot(landings_plots)

## End(Not run)


ices-tools-prod/icesSAG documentation built on Nov. 24, 2023, 1:55 a.m.