Plot mean individual length for each age group, along with an interval representation for the error of the mean. The interval plotted is as configured in 'ReportFdaLengthAtAgeData' (the interval Low / High) and is represented by dashed lines.
The interval does not represent the range of weights occurring in each age group, but the error of the estimate of mean length
If any grouping variables are configured for argument 'ReportFdaLengthAtAgeData', groups will be plotted in different colors.
Arguments
- ReportFdaLengthAtAgeData
ReportFdaLengthAtAgeData
with mean weight statistics from Reca simulations
See also
Provide data for this plot with e.g. ReportRecaLengthAtAge
Examples
lengthAtAge <- RstoxFDA::ReportRecaLengthAtAge(RstoxFDA::RecaCatchAtAgeExample,
PlusGroup = 13)
RstoxFDA::PlotMeanLengthAtAge(lengthAtAge)