quickTSPlot {CoSMoS} | R Documentation |
Return timeseries diagram, empirical density function, and empirical autocorrelation function.
quickTSPlot(TS, ci = 0.95)
TS |
timeseries to plot |
ci |
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)