The object created by the r4ss function SS_output adapted to more consistent column names in SS 3.30 and applied these to output read from SS v3.24 to simplify plotting code.
@CWetzel noted that the code in Exec_summary_figs_tables.R
makes frequent use of calls to derived_quants$LABEL which should change to derived_quants$Label (where "Label" is now consistent with the header in the parameters table).
The object created by the r4ss function
SS_output
adapted to more consistent column names in SS 3.30 and applied these to output read from SS v3.24 to simplify plotting code.@CWetzel noted that the code in Exec_summary_figs_tables.R makes frequent use of calls to
derived_quants$LABEL
which should change toderived_quants$Label
(where "Label" is now consistent with the header in the parameters table).For a list of some of the other changes see, note here: https://github.com/r4ss/r4ss/issues/141#issuecomment-292611174