l_plot_ts.Rd
l_plot_ts
is a generic function for creating a decomposed time series plot. It
is mainly used in l_plot.decomposed.ts
and l_plot.stl
l_plot_ts(x, xlabel = NULL, ylabel = NULL, title = NULL, tk_title = NULL, color = NULL, size = 1, lcolor = NULL, linewidth = 1, linkingGroup = NULL, showScales = TRUE, showGuides = TRUE, showLabels = TRUE, ...)
x | Either an |
---|---|
xlabel | the labels for the x axes. This is a length four character vector one for each: of the original
time series, the trend component, the seasonality component, and the remainder. If of length 1, the label is repeated; if |
ylabel | the labels for the vertical axes. This is a length four character vector one for each: of the original
time series, the trend component, the seasonality component, and the remainder. If |
title | an overall title for the entire display. If |
tk_title | provides an alternative window name to Tk's |
color | points colour of all time series.
If |
size | points size of all time series. Default value is 1. |
lcolor | line colour of all time series. If |
linewidth | line width of all time series (incl. original and decomposed components. Default is 1. |
linkingGroup | name of linking group.
If |
showScales | a logical as to whether to display the scales on all axes, default is TRUE. |
showGuides | a logical as to whether to display background guide lines on all plots, default is TRUE. |
showLabels | a logical as to whether to display axes labels on all plots, default is TRUE. |
... | keyword value pairs passed off to |
A structure of class "l_ts"
containing four loon plots each representing a part of the decomposition
by name: "original", "trend", "seasonal", and "remainder".
l_plot.stl
, l_plot.decomposed.ts
,
stl
, or decompose
.
Other time series decomposition plotting functions: l_plot.decomposed.ts
,
l_plot.stl