autocorr_plot: Produce the autocorrelation panel for the TS diagnostic plot...

Description Usage Arguments Value Examples

View source: R/TS_plots.R

Description

Produce a vanilla ACF plot using acf for the parameter of interest (rho or eta) as part of TS_diagnostics_plot.

Usage

1

Arguments

x

Vector of parameter values drawn from the posterior distribution, indexed to the iteration by the order of the vector.

Value

NULL.

Examples

1
 autocorr_plot(rnorm(100, 0, 1))

weecology/LDATS documentation built on March 28, 2020, 11:20 a.m.