plotCatchAtAge | R Documentation |
Plots estimated total catch at age for each age group. Constructs equal tailed credibility intervals (The probability mass above and below the interval is approximatelty the same).
plotCatchAtAge(
prediction,
unit = "millions",
plusGroup = NULL,
credibility = 0.95,
title = NULL
)
prediction |
as returned by |
unit |
unit of reported estimates. See details. |
plusGroup |
Fish this age or older will be grouped in plot |
credibility |
The desired credibility for credibility intervals. |
title |
Title for plot |
parameter 'unit' supports:
Catch at age as number of fish
Catch at age as number of fish in thousands
Catch at age as number of fish in millions
Catch at age as mass in kilogrammes
Catch at age as mass in tons
Catch at age as mass in kilotonnes
data(recaPrediction)
plotCatchAtAge(recaPrediction)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.