Plot recruitment
plot_rec.RdPlot recruitment
Arguments
- fit
A gadget fit object. See
g3_fit.- panelrow
something here
- stocks
Character specifying the stock to plot in
fit. IfNULL, all stocks are plotted. If"total", total recruitment will be plotted instead.- return_data
Logical indicating whether to return data for the plot instead of the plot itself.
- base_size
Base size parameter for ggplot. See ggtheme.
Value
A ggplot object.
Examples
data(fit)
plot_rec(fit)
plot_rec(fit, stocks = "total")