.html.begin: 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.
extension
name of the file extension.
Value
String containing the path to the initialized html file.
Examples
Run this code# NOT RUN {
## See examples for function mcmcplot
# }
Run the code above in your browser using DataLab