powered by
stats::monthplot
Plot seasonal subseries of time series, generalization of stats::monthplot
ggfreqplot( data, freq = NULL, nrow = NULL, ncol = NULL, conf.int = FALSE, conf.int.colour = "#0000FF", conf.int.linetype = "dashed", conf.int.fill = NULL, conf.int.alpha = 0.3, conf.int.value = 0.95, facet.labeller = NULL, ... )
ggplot
stats::ts instance
stats::ts
Length of frequency. If not provided, use time-series frequency
Number of plot rows
Number of plot columns
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
Coverage probability for confidence interval
A vector used as facet labels
Keywords passed to autoplot.ts
if (FALSE) { ggfreqplot(AirPassengers) ggfreqplot(AirPassengers, freq = 4) ggfreqplot(AirPassengers, conf.int = TRUE) }
Run the code above in your browser using DataLab