quickTSPlot function

Quick visualization of basic timeseries properties

Quick visualization of basic timeseries properties

Return timeseries diagram, empirical density function, and empirical autocorrelation function.

quickTSPlot(TS, ci = 0.95)

Arguments

  • TS: timeseries to plot
  • ci: confidence interval around the zero autocorrelation value (default set to 0.95, i.e. 95% CI)

Examples

no <- 1000 ggamma_sim <- rggamma(n = no, scale = 1, shape1 = 1, shape2 = .5) quickTSPlot(ggamma_sim)

Other functions in CoSMoS

Related functions from the same R package