Plot spawning stock biomass
plot_ssb.Rd
Plot spawning stock biomass
Arguments
- fit
A gadget fit object. See
g3_fit
.- spawning_stock
Character specifying the name of the spawning stock in the
fit
object (i.e. the female mature stock). IfNULL
, the correct stock is guessed.- base_size
Base size parameter for ggplot. See ggtheme.
Value
A ggplot object.
Examples
data(fit)
plot_ssb(fit, spawning_stock = "ghl_female_mat")