.html.begin {mcmcplots} | R Documentation |
Initialize an html file for use in the mcmcplot function.
Description
Initializes an html file to capture output from the mcmcplot function. Intended for internal use only.
Usage
.html.begin(outdir = tempdir(), filename = "index", extension = "html", title, cssfile)
Arguments
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. |
Value
String containing the path to the initialized html file.
Author(s)
Ilya Goldin
See Also
.html.end
, .html.img
, mcmcplot
Examples
## See examples for function mcmcplot
[Package mcmcplots version 0.4.3 Index]