quickTSPlot: Quick visualisation of basic time series properties

View source: R/plot-methods.R

quickTSPlotR Documentation

Quick visualisation of basic time series properties

Description

Returns a composite figure showing the time series, empirical density function, and empirical autocorrelation function.

Usage

quickTSPlot(TS, ci = 0.95)

Arguments

TS

numeric vector (or data.frame/data.table) of time series values

ci

numeric; confidence level for the zero-autocorrelation band (default 0.95)

Value

a ggdraw object (printed as a side effect)

See Also

generateTS, plot.cosmosts

Examples

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


CoSMoS documentation built on May 8, 2026, 1:08 a.m.