powered by
Produces an image representation of the coefficients contained within a wst.object class object.
wst.object
# S3 method for wst image(x, nv, strut = 10, type = "D", transform = I, ...)
None
The wst object you wish to image
An associated node vector, this argument is no longer used and should be omitted (in the S version it permitted coloration of particular bases)
The number of pixels/width that each coefficient should be drawn with
Either "C" or "D" depending on whether you wish to image scaling function coefficients or wavelet ones
A numerical transform you wish to apply to the coefficients before imaging
Other arguments
G P Nason
Description says all
logabs,wst
logabs
wst
tmp <- wst(rnorm(1024)) if (FALSE) image(tmp) if (FALSE) image(tmp, transform=logabs)
Run the code above in your browser using DataLab