powered by
Plots parameter values over the length of the MCMC chain
makeplot.param( chains, burnin = 0, parameter = "LnL", facet = TRUE, free_y = FALSE )
param.plot Returns a ggplot object.
A set of rwty.chain objects.
The number of trees to omit as burnin.
The column name of the parameter to plot.
Boolean denoting whether to make a facet plot.
TRUE/FALSE to turn free y scales on the facetted plots on or off (default FALSE). Only works if facet = TRUE.
if (FALSE) { data(fungus) makeplot.param(fungus, burnin=20, parameter="pi.A.") }
Run the code above in your browser using DataLab