Last chance! 50% off unlimited learning
Sale ends in
wd
, as opposed to drawing wd
itself (which is
achieved by the corresponding plot
method, such as
plot.wd
).## S3 method for class 'wd':
draw(x, \dots)draw.imwd (x, resolution = 128, ...)
draw.imwdc(x, resolution = 128, ...)
draw.default
.draw.default
, since you want a picture of the wavelet
that did your decomposition.draw.default
, wd
.example(wd)
# Draw a picture of the wavelets that were used
draw(wds); abline(h=0,v=0, lty=3, lwd=.5)
example(imwd)
# Draw a picture of the 2D wavelet that used
draw(imwdL)
Run the code above in your browser using DataLab