ggmonthplot {forecast} | R Documentation |
Plots a month plot using ggplot.
ggmonthplot(x, labels = NULL, times = time(x), phase = cycle(x), ...)
x |
a time series object (type |
labels |
A vector of labels to use for each 'season' |
times |
A vector of times for each observation |
phase |
A vector of seasonal components |
... |
Not used (for consistency with monthplot) |
None.
Mitchell O'Hara-Wild
ggmonthplot(AirPassengers) ggmonthplot(woolyrnq)