.html.begin {mcmcplots} | R Documentation |
Initializes an html file to capture output from the mcmcplot function. Intended for internal use only.
.html.begin(outdir = tempdir(), filename = "index", extension = "html", title, cssfile)
outdir |
file path for the output directory. |
filename |
name of the html file. |
extension |
name of the file extension. |
title |
title for the html file. |
cssfile |
css file name. |
String containing the path to the initialized html file.
Ilya Goldin
.html.end
, .html.img
, mcmcplot
## See examples for function mcmcplot