Function has not been fully tested yet
SS_varadjust(dir = "C:/myfiles/mymodels/myrun/", ctlfile = "control.ss_new",
newctlfile = "control_modified.ss", keyword = "Variance_adjustments",
newtable = NULL, newrow = NULL, rownumber = NULL, maxcols = 100,
overwrite = FALSE, verbose = TRUE)
Directory with control file to change.
Control file name. Default="control.ss_new".
Name of new control file to be written. Default="control_modified.ss".
Keyword to use as reference for start of section on variance adjustments
Optional table of new variance adjustment values
Optional vector of new variance adjustment values for a particular row
Which of the 6 rows to replace with 'newrow' if present?
Maximum number of columns to search among (may need to increase from default if you have a huge number of fleets)
Overwrite file if it exists?
TRUE/FALSE switch for amount of detail produced by function. Default=TRUE.