Plot predicted spawning stock biomass (ssb)
plot_ssb.Rd
Spawning biomass may be defined as all males or some combination of males and females
Usage
plot_ssb(
M,
xlab = "Year",
ylab = "Female spawning biomass (kt)",
ylim = NULL,
xlim = NULL,
breaks = seq(1990, 2022, 2),
alpha = 0.1,
legend = TRUE,
order = NULL
)