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
)
stats::ts
instance
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
ggplot
if (FALSE) { # \dontrun{
ggcpgram(AirPassengers)
} # }