getpacket {wavethresh} | R Documentation |
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(...)
Arguments
... |
See individual help pages for details. |
Value
The packet of coefficients requested.
RELEASE
Version 3.5.3 Copyright Guy Nason 1994
Author(s)
G P Nason
See Also
getpacket.wp
, getpacket.wst
, getpacket.wpst
, accessD
, accessC
.
[Package wavethresh version 4.7.2 Index]