PlotMonth {DescTools}R Documentation

Plot Monthly or Seasonal Effects Of a Univariate Time Series

Description

Plot monthly or seasonal effects of a univariate time series

Usage

PlotMonth(x, type = "l", labels, xlab = "", ylab = deparse(substitute(x)), ...)

Arguments

x

univariate time series

type

todo

labels

todo

xlab

a title for the x axis: see title.

ylab

a title for the y axis: see title.

...

the dots are passed to the plot command.

Details

todo

Author(s)

Markus Huerzeler, ETH Zurich

See Also

ts

Examples

PlotMonth(AirPassengers)

[Package DescTools version 0.99.24 Index]