ggmonthplot {forecast}R Documentation

Create a seasonal subseries ggplot

Description

Plots a month plot using ggplot.

Usage

ggmonthplot(x, labels = NULL, times = time(x), phase = cycle(x), ...)

Arguments

x

a time series object (type ts).

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)

Value

None.

Author(s)

Mitchell O'Hara-Wild

See Also

monthplot

Examples

ggmonthplot(AirPassengers)
ggmonthplot(woolyrnq)

[Package forecast version 7.3 Index]