Description Usage Arguments Examples
This function plots overlapping correlograms for samples stored in a data frame.
1 | correlogram(df, cols, burn = 0, ...)
|
df |
A data frame of samples. Rows correspond with iterations, and columns with parameters. |
cols |
column indices of the parameters you're interested in plotting. |
burn |
Number of rows you want to discard as burn in. Defaults to 0. |
... |
Extra arguments to be passed into stats::acf() (e.g. lag.max ) |
1 2 | fake_samples <- data.frame(rnorm(100))
correlogram(fake_samples, 1, lag.max = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.