plot.toswp: Plot toswp
class object.
Description
Plots the time series that was analyzed to produce
the toswp
class object. Then superimposes the location
and extent of nonstationarities by means of double-headed red
arrows. The right-hand axis indicates the scale of the
significant Haar wavelet coefficients corresponding to the
nonstationary arrows.
Usage
# S3 method for toswp
plot(x, sub = NULL, xlab = "Time", arrow.length = 0.05, verbose = FALSE, ...)
Arguments
x
The toswp
class object that you wish to plot.
xlab
The label for the x-axis.
verbose
If TRUE
prints debugging information from the plotting
process.
…
Other arguments to the plot function.
Value
Nothing of interest.
Details
As description says.
References
Cardinali, A. and Nason, G.P. (2016) Practical Powerful Wavelet Packet Tests
for Second-Order Stationarity. Applied and Computational Harmonic
Analysis, 2016.
10.1016/j.acha.2016.06.006
Examples
Run this code# NOT RUN {
#
# See example in helpfile for \code{\link{WPTOSpickout}}
#
# }
Run the code above in your browser using DataLab