plot_mean_autocorrelation: Renders autocorrelation plot (without uncertainty estimates)

Description Usage Arguments Examples

View source: R/visualization.R

Description

Renders autocorrelation plot (without uncertainty estimates)

Usage

1
plot_mean_autocorrelation(lagged_ac, show_plot = FALSE)

Arguments

show_plot

show() plot in addition to rendering it to a file

lags

data.frame of lags and estimated autocorrelation (output of calc_autocorrelation())

Examples

1
2
lagged_ac <- calc_autocorrelation(data, lag_units="weeks", lag_max=52, use_lr="ilr", alr_ref=NULL, resample=FALSE, resample_rate=0.2)
plot_mean_autocorrelation(lagged_ac)

kimberlyroche/ROL documentation built on Dec. 10, 2020, 2:18 a.m.