powered by
Produces a representation of a nondecimated wavelet transform (time-ordered) as an image.
# S3 method for wd image(x, strut = 10, type = "D", transform = I, ...)
None
The wd.object that you wish to image
wd.object
The width of each coefficient in the image
Either "C" or "D" depending if you wish to image scaling function or wavelet coefficients respectively
Apply a numerical transform to the coefficients before display
Other arguments
G P Nason
Description says all
logabs, nlevelsWT,wd
logabs
nlevelsWT
wd
tmp <- wd(rnorm(256), type="station") if (FALSE) image(tmp)
Run the code above in your browser using DataLab