Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.nvwp

Depict wavelet packet basis specfication


Description

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.

Usage

## S3 method for class 'nvwp'
plot(x, ...)

Arguments

x

The wavelet packet node vector you wish to plot, nvwp class object

...

Other arguments to the central plot function

Details

The vertical axis indicates the resolution level, the horizontal axes indicates the packet index for the finest scales.

Value

Nothing

Author(s)

G P Nason

See Also

Examples

v <- rnorm(512)
vwp <- wp(v)
vnv <- MaNoVe(vwp)
## Not run: plot(vnv)

wavethresh

Wavelets Statistics and Transforms

v4.6.8
GPL (>= 2)
Authors
Guy Nason [aut, cre]
Initial release
2016-10-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.