Create plots for retrospective runs

plot_retro(mydir, model_settings, output)

Arguments

mydir

Directory where model files are located. There is no default entry for mydir. An example of user input could be mydir = file.path("C:/my_models", "base_model").

model_settings

A list of all model settings. Typically, created using get_settings but users can create their own list, as long as it has all of the necessary components for the function at hand.

output

List of model output created by run_retro().

Value

Nothing is explicitly returned from plot_retro(). The following objects are saved to the disk.

  • A set of figures from r4ss::SSplotComparisons

  • retrofigures4doc.csv for use with sa4ss::add_figure to add retro peels of spawning stock biomass (SSB) and fraction unfished, complete with captions and alternative text.

Author

Chantel Wetzel