image.wd | R Documentation |
Produces a representation of a nondecimated wavelet transform (time-ordered) as an image.
## S3 method for class 'wd'
image(x, strut = 10, type = "D", transform = I, ...)
x |
The |
strut |
The width of each coefficient in the image |
type |
Either "C" or "D" depending if you wish to image scaling function or wavelet coefficients respectively |
transform |
Apply a numerical transform to the coefficients before display |
... |
Other arguments |
Description says all
None
G P Nason
logabs
, nlevelsWT
,wd
tmp <- wd(rnorm(256), type="station")
## Not run: image(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.