R package with advanced diagnostics to evaluate a Stock Synthesis model. Diagnostics include residual analyses, hindcasting and cross-validation techniques, and retrospective analyses.
SSplot functions SSPlotModelcomp, SSplotEnsemble, SSplotHCXval, SSplotJABBAres, SSplotRetro, and SSplotRunsTest use a par parameter to setup the plot margins (mar).
The use of par the parameter is redundant, and can override ssplot graphical parameters.
Replacing "par" with a plot margin parameter would resolve this.
SSplot functions
SSPlotModelcomp
,SSplotEnsemble
,SSplotHCXval
,SSplotJABBAres
,SSplotRetro
, andSSplotRunsTest
use apar
parameter to setup the plot margins (mar).The use of
par
the parameter is redundant, and can override ssplot graphical parameters.Replacing "par" with a plot margin parameter would resolve this.