powered by
Returns a composite figure showing the time series, empirical density function, and empirical autocorrelation function.
quickTSPlot(TS, ci = 0.95)
a ggdraw object (printed as a side effect)
ggdraw
numeric vector (or data.frame/data.table) of time series values
data.frame
data.table
numeric; confidence level for the zero-autocorrelation band (default 0.95)
0.95
generateTS, plot.cosmosts
generateTS
plot.cosmosts
ggamma_sim <- rggamma(n = 1000, scale = 1, shape1 = 1, shape2 = .5) quickTSPlot(ggamma_sim)
Run the code above in your browser using DataLab