reportRECA: Report RECA.

Description Usage Arguments Details Value

Description

Produces reports for for RECA. Fails silently on errors.

Usage

1
2
reportRECA(projectName, var = "Abundance", unit = "ones", write = T,
  ...)

Arguments

projectName

name of stox project

var

Variable to extract. Allows for Abundance, Count or Weight

unit

Unit for extracted variable. See getPlottingUnit

write

logical determining if report is written to files. If false the function return immidiatly with NULL.

...

arguments passed to saveCatchMatrix and writeRecaConfiguration

Details

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.

Value

list, with at least one named element 'filename', a vector of file-paths to generated plots.


Sea2Data/Rstox documentation built on May 14, 2019, 8:58 a.m.