Learn R Programming

DescTools (version 0.99.30)

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
# NOT RUN {
PlotMonth(AirPassengers)
# }

Run the code above in your browser using DataLab