putC {wavethresh} | R Documentation |
Put smoothed data (father wavelet) coefficients into wavelet structure
Description
This generic function inserts smooths into various types of wavelet objects.
This function is generic.
Particular methods exist. For objects of class:
See individual method help pages for operation and examples.
See accessC
if you wish to extract father wavelet coefficients. See putD
if you wish to insert mother wavelet coefficients
Usage
putC(...)
Arguments
... |
See individual help pages for details. |
Value
A wavelet object of the same class as x with the new father wavelet coefficients inserted.
RELEASE
Version 3.5.3 Copyright Guy Nason 1994
Author(s)
G P Nason
See Also
putC.wd
, putC.wp
, putC.wst
, accessC
, putD
.
[Package wavethresh version 4.7.2 Index]