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

xlim and ylim parameter documentation #67

Open efletcherPIFSC opened 1 year ago

efletcherPIFSC commented 1 year ago

SSplotModelComp, SSplotEnsemble, SSplotHCXval, SSplotJABBAres, SSplotRetro, SSplotRunsTest has the xlim parameter, but it is documented differently.

xlim SSplot parameters

The different methods used in each SSplot vary the usage of xlim. Some of the functions do not implement the parameter. #69

ylim SSplot parameters

ylim documentation is similar, but limited to a set of SSplots

efletcherPIFSC commented 1 year ago

Created SSplotGeneric to inherit common SSplot parameters (#94)

#' @param xlim
#' Optional, years to use for x-axis. Default value NULL (or "default"),
#' uses all years available.