powered by
Return timeseries diagram, empirical density function, and empirical autocorrelation function.
quickTSPlot(TS, ci = 0.95)
timeseries to plot
confidence interval around the zero autocorrelation value (default set to 0.95, i.e. 95% CI)
no <- 1000 ggamma_sim <- rggamma(n = no, scale = 1, shape1 = 1, shape2 = .5) quickTSPlot(ggamma_sim)
Run the code above in your browser using DataLab