PlotCatchAtAgeTotals: Plot Catch At Age

View source: R/StoxPlots.R

PlotCatchAtAgeTotalsR Documentation

Plot Catch At Age

Description

Plots total catch in each age group as a barplot with error bars.

Usage

PlotCatchAtAgeTotals(ReportFdaCatchAtAgeData)

Arguments

ReportFdaCatchAtAgeData

ReportFdaCatchAtAgeData with catch at age estimates to plot

Details

Error bars correspond to the columns 'High' and 'Low' in 'ReportFdaCatchAtAgeData' If 'ReportFdaCatchAtAgeData' has grouping variables a bar will be plotted for each group and age-group, and bars will be grouped by age group

Value

PlotCatchAtAgeTotalsData

See Also

Provide data for this plot with e.g. ReportRecaCatchAtAge

Examples

 catchAtAgeReport <- RstoxFDA::ReportRecaCatchAtAge(RstoxFDA::RecaCatchAtAgeExample, 
       PlusGroup = 13)
 RstoxFDA::PlotCatchAtAgeTotals(catchAtAgeReport)

StoXProject/RstoxFDA documentation built on Jan. 13, 2024, 12:32 a.m.