Learn R Programming

BTSPAS (version 2024.5.9)

plot_acf: Create an acf plot of a parameter

Description

Create an acf plot of a parameter

Usage

plot_acf(mcmc.sample, ncol = 2)

Value

acf plot(s) as an ggplot2 object

Arguments

mcmc.sample

Data frame with 2 columns. parm, and sample. A separate ACF plot is generated for each parameter using facet_wrap.

ncol

Number of columns in the plot.