View source: R/makeplot.param.R
makeplot.param | R Documentation |
Plots parameter values over the length of the MCMC chain
makeplot.param(
chains,
burnin = 0,
parameter = "LnL",
facet = TRUE,
free_y = FALSE
)
chains |
A set of rwty.chain objects. |
burnin |
The number of trees to omit as burnin. |
parameter |
The column name of the parameter to plot. |
facet |
Boolean denoting whether to make a facet plot. |
free_y |
TRUE/FALSE to turn free y scales on the facetted plots on or off (default FALSE). Only works if facet = TRUE. |
param.plot Returns a ggplot object.
## Not run:
data(fungus)
makeplot.param(fungus, burnin=20, parameter="pi.A.")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.