Description Usage Arguments Details Value
Produces reports for for RECA. Fails silently on errors.
1 2 | reportRECA(projectName, var = "Abundance", unit = "ones", write = T,
...)
|
projectName |
name of stox project |
var |
Variable to extract. Allows for Abundance, Count or Weight |
unit |
Unit for extracted variable. See |
write |
logical determining if report is written to files. If false the function return immidiatly with NULL. |
... |
arguments passed to |
Exports a tab separated file with means of catch at age (produced by saveCatchMatrix), one for the posterior distribution of catch at age (produced by saveCatchMatrix), and a file summarizing the model configuration (produced by writeRecaConfiguration)
This function is intended for use with getReports, and contain parameters like write in order to adhere to that contract.
list, with at least one named element 'filename', a vector of file-paths to generated plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.