This function plots the autocorrelation function of a scalar variable.
plotAutoC(node, plot = TRUE,
colour = c("red", "blue", "green", "yellow", "black"),
lwd = 5, main = NULL, ...)Character, name of a scalar variable in the model.
Logical, whether to plot the ACF or only return the values. If TRUE, values are returned invisibly.
Colours used to represent different chains.
graphical parameters, see plot.default
Further graphical parameters as in par.
Acts on a scalar variable. See the wrapper function samplesAutoC for more details.