-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inherit common SSplot Parameters #94
Conversation
merge macos-latest-release fix
…sessments/ss3diags into feat-roxygen-params
@MOshima-PIFSC
|
#' @param kb `kb` type output created by `SSdeltaMVLN()` | ||
#' @param subplots vector to create subplots with these options: | ||
#' \itemize{ | ||
#' \item `"stock"` Fish Population |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say stock is 'Stock biomass relative to reference point (B/BMSY)' and harvest 'Harvest rate relative to reference point (F/FMSY)'
R/SSplotHCxval.R
Outdated
#' \itemize{ | ||
#' \item `"cpue"` Index data | ||
#' \item `"len"` Length composition data | ||
#' \item `"age"` Age composition data (yet to be tested) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Age composition data has been tested and works, can remove the 'yet to be tested'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @efletcherPIFSC I looked over the subplots descriptions. They look good, I just added a few comments/suggestions to them. Also, I noted it in SSplotRunstest.R but any of the functions that have a quants argument, the same type of bulleted list can be used for those as well.
@MOshima-PIFSC Didn't resolve any git code conflicts. Hence the dirty git conflict code. Fixing that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all changes look good. I approve the merge
Created generic functions
SSplotGeneric
,SSplotGenericLegend
,SSplotGenericPar
,SSplotGenericUncertianty
to re-use common parameter documentation that ss3diags SSplot functions, via use roxygen tag@inheritParams
. Resolves #2.Implementation of
SSplotGenericPar
resolves #66.In addition:
subplots
,indexfleets
, andpunits
are listed in a bulleted list