generate_jabba.Rd
Generate frequently used input data for JABBA
generate_jabba(
assessment_name,
output_dir,
sa_data,
BmsyK = 0.4,
model_year,
projection_year,
effort_data = NULL,
tacs = NULL
)
name of the assessment
A file path to a directory where the assessment output will be saved.
Simulated stock assessment input data from Rscript/simulation.R.
Inflection point of the surplus production curve. Default value is 0.4.
A vector of years for model fitting.
A vector of years for projection.
A vector of effort data.
A vector of total allowable catch values for projection.
A list of initial input values
if (FALSE) {
generate_jabba(output_dir = here::here("data", "data_moderate"))
}