DescTools (version 0.99.11)

PlotMonth: 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

See Also

ts

Examples

Run this code
PlotMonth(AirPassengers)

Run the code above in your browser using DataCamp Workspace