Learn R Programming

CoSMoS (version 2.1.2)

quickTSPlot: Quick visualization of basic timeseries properties

Description

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

Usage

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

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

Run the code above in your browser using DataLab