powered by
Plot Assessment object
# S4 method for Assessment,ANY plot(x, save_figure = TRUE, save_dir = tempdir())
An object of class '>Assessment
Indicates whether figures will be saved to disk. A corresponding html report will be produced.
The directory (by default, the current working directory) in which a sub-directory will be created to save figures.
# NOT RUN { output <- DD_TMB(Data = Simulation_1) plot(output, save_figure = FALSE, save_dir = tempdir()) # }
Run the code above in your browser using DataLab