| PlotMonth {DescTools} | R Documentation |
Plot monthly or seasonal effects of a univariate time series
PlotMonth(x, type = "l", labels, xlab = "", ylab = deparse(substitute(x)), ...)
x |
univariate time series |
type |
todo |
labels |
todo |
xlab |
a title for the x axis: see |
ylab |
a title for the y axis: see |
... |
the dots are passed to the plot command. |
todo
Markus Huerzeler, ETH Zurich
PlotMonth(AirPassengers)