PlotCatchAtAgeTotals | R Documentation |
Plots total catch in each age group as a barplot with error bars.
PlotCatchAtAgeTotals(ReportFdaCatchAtAgeData)
ReportFdaCatchAtAgeData |
|
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
PlotCatchAtAgeTotalsData
Provide data for this plot with e.g. ReportRecaCatchAtAge
catchAtAgeReport <- RstoxFDA::ReportRecaCatchAtAge(RstoxFDA::RecaCatchAtAgeExample,
PlusGroup = 13)
RstoxFDA::PlotCatchAtAgeTotals(catchAtAgeReport)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.