Writes a set of HTML files with tabbed navigation between them. Depends on
SS_plots()
with settings in place to write figures to PNG files.
Should open main file in default browser automatically.
SS_html(
replist = NULL,
plotdir = NULL,
plotInfoTable = NULL,
title = "SS Output",
width = 500,
openfile = TRUE,
multimodel = FALSE,
filenotes = NULL,
verbose = TRUE
)
A list object created by SS_output()
.
Directory where PNG files are located.
CSV file with info on PNG files. By default, the
plotdir
directory will be searched for files with name beginning
'plotInfoTable*'
Title for HTML page.
Width of plots (in pixels).
Automatically open index.html in default browser?
Override errors associated with plots from multiple model runs. Only do this if you know what you're doing.
Add additional notes to home page.
Display more info while running this function?