plotHistory {BRugs} | R Documentation |
This function returns and plots a complete trace for a scalar variable.
plotHistory(node, plot = TRUE, colour = c("red", "blue", "green", "yellow", "black"), main = NULL, xlab = "iteration", ylab = "", ...)
node |
Character, name of a scalar variable in the model. |
plot |
Logical, whether to plot the trace or only return the values.
If TRUE , values are returned invisibly. |
colour |
Colours used to represent different chains. |
main, xlab, ylab |
graphical parameters, see plot.default |
... |
Further graphical parameters as in par . |
Acts on a scalar variable. See the wrapper function samplesHistory
for more details.
A matrix containing samples of node
, each row corresponds to one chain.
samplesHistory
, BRugs
, help.WinBUGS