Plots the wavelet coefficient object in the multiresolution analysis
# S3 method for waveletCoef
plot(
x,
y = NULL,
labels = NULL,
...,
lowest = NULL,
highest = NULL,
scaling = 1,
ggplot = TRUE
)
A list of class waveletCoef.
An optional numeric vector of trimmed wavelet coefficients to be overlayed on top of the plot for comparison with the x
wavelet coefficients.
Optional character vector with two elements to give name labels to x
and y
respectively.
Arguments to be passed to methods.
Specifies the coarsest resolution to display in the Multi-resolution plot.
Specifies the finest resolution to display in the Multi-resolution plot.
A numeric value that acts as a graphical scaling parameter to rescale the wavelet coefficients in the plot. A larger scaling value will reduce the size of the coefficients in the plot.
A logical value to specify if the user wants to use base graphics (FALSE) or ggplot2 graphics (TRUE).
multiCoef
for generating a list of class `waveletCoef`