plot_output | R Documentation |
Plots age comparisons and results from the fitted Ageing Error model
plot_output(
Data,
IDataSet,
MaxAge,
Report,
subplot = 1:3,
Nparameters = 0,
LogLike = 0,
ReaderNames = NULL,
Species = "AgeingError",
SaveDir = getwd(),
verbose = FALSE,
...
)
Data |
Input data matrix |
IDataSet |
Index of the data set used in creating the filename |
MaxAge |
Maximum estimated age |
Report |
Results from fitting the model |
subplot |
Vector of which plots to create. |
Nparameters |
Number of parameters |
LogLike |
Negative log likelihood from fitting the model |
ReaderNames |
Vector with names of each reader, defaults to
'Reader1', 'Reader2', etc. if left at the default argument of |
Species |
String used at beginning of the output files |
SaveDir |
Directory for fitted model |
verbose |
Report messages as function runs. |
... |
Additional arguments passed to |
Returns AIC, AICc, and BIC for fitted model.
James T. Thorson, Ian G. Taylor
Punt, A.E., Smith, D.C., KrusicGolub, K., and Robertson, S. 2008. Quantifying age-reading error for use in fisheries stock assessments, with application to species in Australias southern and eastern scalefish and shark fishery. Can. J. Fish. Aquat. Sci. 65: 1991-2005.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.