Learn R Programming

wavethresh (version 4.7.3)

getpacket: Get a packet of coefficients from a wavelet object

Description

This generic function extracts packets of coefficients from various types of wavelet objects.

This function is generic.

Particular methods exist. For objects of class:

wp

use the getpacket.wp method.

wst

use the getpacket.wst method.

wpst

use the getpacket.wpst method.

See individual method help pages for operation and examples.

Use the accessC and accessD function to extract whole resolution levels of coefficients simultaneously.

Usage

getpacket(...)

Value

The packet of coefficients requested.

Arguments

...

See individual help pages for details.

RELEASE

Version 3.5.3 Copyright Guy Nason 1994

Author

G P Nason

See Also

getpacket.wp, getpacket.wst, getpacket.wpst, accessD, accessC.