powered by
Plots a cumulative periodogram
ggcpgram( ts, taper = 0.1, colour = "#000000", linetype = "solid", conf.int = TRUE, conf.int.colour = "#0000FF", conf.int.linetype = "dashed", conf.int.fill = NULL, conf.int.alpha = 0.3 )
ggplot
stats::ts instance
stats::ts
Proportion tapered in forming the periodogram
Line colour
Line type
Logical flag indicating whether to plot confidence intervals
line colour for confidence intervals
line type for confidence intervals
fill colour for confidence intervals
alpha for confidence intervals
if (FALSE) { ggcpgram(AirPassengers) }
Run the code above in your browser using DataLab