SS_makeHTMLdiagnostictable {r4ss} | R Documentation |
Creates html tables that show diagnostic outputs, including status checks, gradients, and correlations.
SS_makeHTMLdiagnostictable(replist, plotdir = NULL, gradmax = 0.001)
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 |
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
Christine Stawitz
SS_plots()
, SS_output()
, SS_html()