Description Usage Arguments Examples
View source: R/visualization.R
Renders autocorrelation plot with uncertainty estimates
1 | plot_bounded_autocorrelation(lagged_ac, show_plot = FALSE)
|
show_plot |
show() plot in addition to rendering it to a file |
lags |
data.frame of lags and estimated autocorrelation (output of calc_autocorrelation()) |
1 2 | lagged_ac <- calc_autocorrelation(data, lag_units="weeks", lag_max=52, use_lr="ilr", alr_ref=NULL, resample=TRUE, resample_rate=0.2)
plot_bounded_autocorrelation(lagged_ac)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.