Description Usage Arguments Details Value See Also Examples
Plots for describing time series data.
1 2 3 |
y |
A time series to plot. Must be of class |
seasonal.identifier |
A function that takes a vector of class |
colors |
A vector of colors to use for the lines. |
legend |
Logical. If |
ylab |
Label for the vertical axis. |
ylim |
Limits for the vertical axis. (a 2-vector) |
... |
Extra arguments passed to |
DayPlot
and MonthPlot
plot the time series one season at
a time, on the same set of axes. The intent is to use DayPlot for
daily data and MonthPlot for monthly or quarterly data.
YearPlot
plots each year of the time series as a separate line
on the same set of axes.
Both sets of plots help visualize seasonal patterns.
Returns invisible{NULL}
.
monthplot
is a base R function for plotting time
series of type ts
.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.