SS_makeHTMLdiagnostictable {r4ss} | R Documentation |
Make html diagnostic tables
Description
Creates html tables that show diagnostic outputs, including status checks, gradients, and correlations.
Usage
SS_makeHTMLdiagnostictable(replist, plotdir = NULL, gradmax = 0.001)
Arguments
replist |
A list object created by |
plotdir |
Directory where the text files containing the tables will be written. By default it will be the directory where the model was run. |
gradmax |
the largest gradient value for estimated parameter; the default is 1E-3 |
Value
a three-element vector; the first element is the name of the html table file, the second is the table caption, and the third is the category of output type
Author(s)
Christine Stawitz
See Also
SS_plots()
, SS_output()
, SS_html()
[Package r4ss version 1.44.0 Index]