PIFSCstockassessments / ss3diags

R package with advanced diagnostics to evaluate a Stock Synthesis model. Diagnostics include residual analyses, hindcasting and cross-validation techniques, and retrospective analyses.
http://pifscstockassessments.github.io/ss3diags/
2 stars 4 forks source link

ylimadj doesn't work #46

Closed MOshima-PIFSC closed 2 years ago

MOshima-PIFSC commented 2 years ago

The ylimadj argument (specifically for SSplotRunstest and SSplotJABBAres) does not change the y-axis limits. Sometimes the default ylims are too big and it would be better to allow the user to adjust them so you can see the residuals better.

MOshima-PIFSC commented 2 years ago

The argument to adjust the ylim scale is miny but that parameter was not documented. I updated the documentation for SSplotRunstest (parameter was documented in SSplotJABBAres) and closing issue.

MOshima-PIFSC commented 2 years ago

miny does not actually adjust the yaxis for SSplotJABBAres function. I need to look into this and figure out why.