Plots a cumulative periodogram
Usage
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
)Arguments
- ts
stats::tsinstance- taper
Proportion tapered in forming the periodogram
- colour
Line colour
- linetype
Line type
- conf.int
Logical flag indicating whether to plot confidence intervals
- conf.int.colour
line colour for confidence intervals
- conf.int.linetype
line type for confidence intervals
- conf.int.fill
fill colour for confidence intervals
- conf.int.alpha
alpha for confidence intervals