Plot indices of relative biomass, effort, and catch

plot_Indices(data)

plot_Biomass(data)

plot_Effort(data)

plot_Catch(data)

Arguments

data

An object of class Data or class Assess

Value

A ggplot object

Functions

  • plot_Biomass(): Plot Index of Biomass time-series

  • plot_Effort(): Plot Index of Effort time-series

  • plot_Catch(): Plot Catch of Effort time-series

Examples

Data <- Import(Example_Data()[2])
plot_Indices(Data)