make_MCMC_comparison_pages {compareMCMCs} | R Documentation |
Create html output with comparisons of MCMC results
Description
Create html output with comparisons of MCMC results
Usage
make_MCMC_comparison_pages(
comparisonResults,
dir = tempdir(),
pageComponents,
modelName = "model",
control,
plot = TRUE
)
Arguments
comparisonResults |
An list of |
dir |
A directory in which to place the html file and any
figure files used in it. This defaults to tempdir() (which
will be erased when the R session is closed).
Use |
pageComponents |
A list whose names are registered page
components and values are |
modelName |
A name to be used for the model in generated output. |
control |
A named list of control parameters. |
plot |
|
Details
See package vignette for information about page components, including about default page components and how to write and register new page components.
To see built-in page components and their options, use
as.list(getPageComponents())
.
Value
A list of objects returned from each page component plugin. For figures,
these contain a plottable
object such as a ggplot
object. For text,
these contain information for text output such as an xtable
object.