plotAutoC | R Documentation |
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, ...)
node |
Character, name of a scalar variable in the model. |
plot |
Logical, whether to plot the ACF or only return the values. If |
colour |
Colours used to represent different chains. |
lwd , main |
graphical parameters, see |
... |
Further graphical parameters as in |
Acts on a scalar variable. See the wrapper function samplesAutoC
for more details.
An acf
object. See acf
for details.
samplesAutoC
, acf
, BRugs
, help.WinBUGS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.