change_rec_devs_par {ss3sim} | R Documentation |
This function replaces the recruitment deviations in the
ss.par
file with those specified in recdevs_new
, as
well as a comment (for debugging). It then writes a new file with
name par_file_out
into the working directory.
change_rec_devs_par(recdevs_new, par_file_in = "ss.par",
par_file_out = "ss.par")
recdevs_new |
A vector of new recruitment deviations. |
par_file_in |
A string providing the path to the input SS |
par_file_out |
A string providing the path to the output SS |
This function does not need to be specified in a case file if you
are running and ss3sim simulation through case files with
run_ss3sim
.
A modified SS3 .par
file.
Cole Monnahan