PlotMeanWeightAtAge | R Documentation |
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.
PlotMeanWeightAtAge(ReportFdaWeightAtAgeData)
ReportFdaWeightAtAgeData |
|
PlotMeanWeightAtAgeData
Provide data for this plot with e.g. ReportRecaWeightAtAge
weightAtAge <- RstoxFDA::ReportRecaWeightAtAge(RstoxFDA::RecaCatchAtAgeExample,
PlusGroup = 13)
RstoxFDA::PlotMeanWeightAtAge(weightAtAge)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.