plot_spawn_recruitment.Rd
Plot Spawn-Recruit Curve
plot_spawn_recruitment(
dat = NULL,
spawning_biomass_label = "metric tons",
recruitment_label = "metric tons",
end_year = NULL,
make_rda = FALSE,
rda_dir = getwd()
)
A data frame returned from `asar::convert_output()`.
Units for spawning biomass
units for recruitment
last year of assessment
TRUE/FALSE; indicate whether to produce an .rda file containing a list with the figure/table, caption, and alternative text (if figure). If TRUE, the .rda will be exported to the folder indicated in the argument "rda_dir". Default is FALSE.
The location of the folder containing the generated .rda files ("rda_files") that will be created if the argument `make_rda` = TRUE. Default is the working directory.
Plot spawning recruitment relationship from a standardized output file originating from asar::convert_output()