Learn R Programming

ggmcmc (version 0.2)

ggs_autocorrelation: Plot an autocorrelation matrix

Description

Plot an autocorrelation matrix

Usage

ggs_autocorrelation(D, nLags = 50)

Arguments

D
data frame whith the simulations
nLags
integer indicating the number of lags of the autocorrelation plot

Value

  • a ggplot object

Examples

Run this code
data(samples)
ggs_autocorrelation(ggs(S, parallel=FALSE))

Run the code above in your browser using DataLab