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
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.
Examples
Run this code# NOT RUN {
PlotMonth(AirPassengers)
# }
Run the code above in your browser using DataLab