Quick visualization of basic timeseries properties
Return timeseries diagram, empirical density function, and empirical autocorrelation function.
quickTSPlot(TS, ci = 0.95)
TS: timeseries to plotci: 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)
Related functions from the same R package