PlotMeanWeightAtAge: Plot weight at age

View source: R/StoxPlots.R

PlotMeanWeightAtAgeR Documentation

Plot weight at age

Description

Plot mean individual weight for each age group, along with an interval representation for the error of the mean. The interval plotted is as configured in 'ReportFdaWeightAtAgeData' (the interval Low / High) and is represented by dashed lines.

The interval does not represent the range of length occurring in each age group, but the error of the estimate of mean weight

If any grouping variables are configured for argument 'ReportFdaWeightAtAgeData', groups will be plotted in different colors.

Usage

PlotMeanWeightAtAge(ReportFdaWeightAtAgeData)

Arguments

ReportFdaWeightAtAgeData

ReportFdaWeightAtAgeData with mean weight statistics from Reca simulations

Value

PlotMeanWeightAtAgeData

See Also

Provide data for this plot with e.g. ReportRecaWeightAtAge

Examples

 weightAtAge <- RstoxFDA::ReportRecaWeightAtAge(RstoxFDA::RecaCatchAtAgeExample,
        PlusGroup = 13)
 RstoxFDA::PlotMeanWeightAtAge(weightAtAge)

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