Usage
## S3 method for class 'dwt':
plot(x, levels = NULL, draw.boundary = FALSE, type = "stack",
col.plot = "black", col.boundary = "red", X.xtick.at = NULL, X.ytick.at
= NULL, Stack.xtick.at = NULL, Stack.ytick.at = NULL, X.xlab = "t",
y.rlabs = TRUE, plot.X = TRUE, plot.W = TRUE, plot.V = TRUE, ...)
Arguments
levels
Number, vector, or list of two vectors indicating range
of levels to plot. See details.
draw.boundary
Logical value indicating whether to draw boundary
coefficients.
type
Type of plot to draw. Currently only "stack" is
implemented.
col.plot
Color of wavelet and scaling coefficients.
col.boundary
Color of boundary coefficient lines.
X.xtick.at
Vector specifying the extreme tick mark locations
and the number of intervals between those extreme tick marks on the
horizontal axis of the plot of the original times series. This
vector takes the form similar to par("xaxp"), and is defaul
X.ytick.at
Vector specifying the extreme tick mark locations
and the number of intervals between those extreme tick marks on the
vertical axis of the plot of the original times series. This vector
takes the form similar to par("yaxp"), and is defaulte
Stack.xtick.at
Vector of form similar to X.xtick.at
specifying the tick mark locations on the horizontal
axis of the stacked plot. This is applicable only if plot.X
is FALSE.
Stack.ytick.at
Vector of form similar to X.ytick.at
specifying the tick mark locations on the vertical
axis of the stacked plot. This is applicable only if plot.X
is FALSE.
X.xlab
String specifying the label of the horizontal axis of
the plot of the original time series.
y.rlabs
Logical flag indicating whether to draw the vertical
labels on the right vertical axis of the stacked plot. These labels
indicate the number of boundary coefficients to the right of the
right boundary line, and the level of decomposition o
plot.X
Logical flag indicating whether to draw original time
series.
plot.W
Logical flag indicating whether to draw the wavelet
coefficients in the stacked plot.
plot.V
Logical flag indicating whether to draw the scaling
coefficients in the stacked plot.
...
Additional paramters that are acceptable arguments to the
generic plot function