Learn R Programming

MSEtool (version 1.1.0)

plot,Assessment,ANY-method: Plot Assessment object

Description

Plot Assessment object

Usage

# S4 method for Assessment,ANY
plot(x, save_figure = TRUE, save_dir = tempdir())

Arguments

x

An object of class '>Assessment

save_figure

Indicates whether figures will be saved to disk. A corresponding html report will be produced.

save_dir

The directory (by default, the current working directory) in which a sub-directory will be created to save figures.

Examples

Run this code
# 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