Plot the at-age schedules

plot_at_Age(data)

plot_weight_at_age(data)

plot_maturity_at_age(data)

plot_M_at_age(data)

plot_PSM_at_age(data)

Arguments

data

An object of class Data

Value

A ggplot object

Functions

  • plot_weight_at_age(): Plot mean weight-at-age with 10th and 90th percentiles

  • plot_maturity_at_age(): Plot maturity-at-age schedule

  • plot_M_at_age(): Plot natural mortality-at-age schedule

  • plot_PSM_at_age(): Plot post-spawning mortality-at-age schedule

Examples

Data <- Import(Example_Data()[1])
plot_at_Age(Data)