Produces HTML file (via markdown) figures of parameter estimates and output from an '>Assessment object. Plots histograms of operating model parameters that are updated by the SRA scoping function, as well as diagnostic plots for the fits to the SRA for each simulation.
# S4 method for SRA,missing
plot(x, filename = "SRA_scope",
dir = tempdir(), sims = 1:OM@nsim, Year = NULL, open_file = TRUE,
quiet = TRUE, ...)
An object of class '>SRA (output from SRA_scope).
Character string for the name of the markdown and HTML files.
The directory in which the markdown and HTML files will be saved.
A logical vector of length OM@nsim
or a numeric vector indicating which simulations to keep.
Optional, a vector of years for the historical period for plotting.
Logical, whether the HTML document is opened after it is rendered.
Logical, whether to silence the markdown rendering function.
Other arguments to pass to render.
Returns invisibly the output from render.
'>SRA SRA_scope