plot.nvwp | R Documentation |
The nvwp class object (generated from MaNoVe.wp
for example)
contains a wavelet packet basis specification. This function produces
a graphical depiction of such a basis.
## S3 method for class 'nvwp'
plot(x, ...)
x |
The wavelet packet node vector you wish to plot, nvwp class object |
... |
Other arguments to the central plot function |
The vertical axis indicates the resolution level, the horizontal axes indicates the packet index for the finest scales.
Nothing
G P Nason
MaNoVe.wp
,print.nvwp
,wp
v <- rnorm(512)
vwp <- wp(v)
vnv <- MaNoVe(vwp)
## Not run: plot(vnv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.