SSplots: "summaryoutput" variable inconsistency for "timeseries" SSplots #70
Labels
documentation
Improvements or additions to documentation
question
Further information is requested
status: low priority
Low-priority issue.
topic: ss-plots
Relating to ssplot functions derived from r4ss
Milestone
SSplotEnsemble
,SSplotModelComp
,SSplotHCXval
, andSSplotRetro
have the primary (or first) argument, with different names, and documented differently. However these values are very simlar: they are derived fromr4ss::SSsummarize
.SSplotEnsemble
:kb
SSdeltaMVLN$kb
type outputSSplotModelComp
:summaryoutput
List created by r4ss::SSsummarize()SSplotHCXval
:retroSummary
List created by r4ss::SSsummarize() or ss3diags::SSretroComps()SSplotRetro
:summaryoutput
List created by r4ss::SSsummarize()All four functions would have the primary argument as
summaryoutput
defined as "List created by r4ss::SSsummarize()".SSplotEnsemble
andSSplotHCXval
will need to rename their variables tosummaryoutput
, but it is the same functionality. However, does these changes affect the context of any of the function documentation?The text was updated successfully, but these errors were encountered: