plot.misc {BAMSE} | R Documentation |
Displays the trace of the parameters from the mcmc output
plot.misc(mcmc_1, mcmc_2 = NULL, var = c("like", "var", "mean", "nr_r"), main = NULL, ...)
mcmc_1 |
an MCMC object |
mcmc_2 |
obtional second MCMC objects (differenct chain same data) |
var |
The variable to display. Try names(mcmc.object$visit) to see to possible variables |
main |
title |
... |
options for the plot function |
Anders Albrechtsen