This function plots objects of the class "prod_mod_ts".
# S3 method for prod_mod_ts
plot(x, correlation_plots = FALSE, ...)
a object of the class "prod_mod_ts",
logical; indicating if correlation plots should be displayed
additional parameters of the plot function
Dharmendra, D., Solmundsson, J., 2005. Stock assessment of the offshore Mauritian banks using dynamic biomass models and analysis of length frequency of the Sky Emperor (Lethrinus mahsena). Fisheries Training Program The United Nations University, 61
# NOT RUN {
data(emperor)
output <- prod_mod_ts(emperor, method = "Fox")
plot(output, correlation_plots = TRUE)
# }
Run the code above in your browser using DataLab