ggmonthplot: Create a seasonal subseries ggplot

Description Usage Arguments Value Author(s) See Also Examples

Description

Plots a subseries plot using ggplot. The ggmonthplot function is simply a wrapper for ggsubseriesplot as a convenience for users familiar with monthplot.

Usage

1
2
ggsubseriesplot(x, labels = NULL, times = time(x), phase = cycle(x), ...)
	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

Returns an object of class ggplot.

Author(s)

Mitchell O'Hara-Wild

See Also

monthplot

Examples

1
2

pli2016/forecast documentation built on May 25, 2019, 8:22 a.m.