| quickTSPlot | R Documentation |
Returns a composite figure showing the time series, empirical density function, and empirical autocorrelation function.
quickTSPlot(TS, ci = 0.95)
TS |
numeric vector (or |
ci |
numeric; confidence level for the zero-autocorrelation band
(default |
a ggdraw object (printed as a side effect)
generateTS, plot.cosmosts
ggamma_sim <- rggamma(n = 1000, scale = 1, shape1 = 1, shape2 = .5)
quickTSPlot(ggamma_sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.