plot.prod_mod_ts: Plotting time series production models

View source: R/plot.prod_mod_ts.R

plot.prod_mod_tsR Documentation

Plotting time series production models

Description

This function plots objects of the class "prod_mod_ts".

Usage

## S3 method for class 'prod_mod_ts'
plot(x, correlation_plots = FALSE, ...)

Arguments

x

a object of the class "prod_mod_ts",

correlation_plots

logical; indicating if correlation plots should be displayed

...

additional parameters of the plot function

References

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

Examples

data(emperor)
output <-  prod_mod_ts(emperor, method  = "Fox")
plot(output, correlation_plots = TRUE)


tokami/TropFishR documentation built on Feb. 29, 2024, 11 p.m.