putD               package:wavethresh               R Documentation

_P_u_t _m_o_t_h_e_r _w_a_v_e_l_e_t _c_o_e_f_f_i_c_i_e_n_t_s _i_n_t_o _w_a_v_e_l_e_t _s_t_r_u_c_t_u_r_e

_D_e_s_c_r_i_p_t_i_o_n:

     This generic function inserts smooths into various types of
     wavelet objects. 

     This function is generic. 

     Particular methods exist. For objects of class: 

_w_d use the 'putD.wd' method.

_w_p use the 'putD.wp' method. 

_w_s_t use the 'putD.wst' method.

     See individual method help pages for operation and examples. 

     See 'accessD' if you wish to _extract_ mother wavelet
     coefficients. See 'putC' if you wish to insert _father_ wavelet
     coefficients.

_U_s_a_g_e:

     putD(...)

_A_r_g_u_m_e_n_t_s:

     ...: See individual help pages for details.

_V_a_l_u_e:

     A wavelet object of the same class as 'x' with the new mother
     wavelet coefficients inserted.

_R_E_L_E_A_S_E:

     Version 3.5.3 Copyright Guy Nason 1994

_S_e_e _A_l_s_o:

     'putD.wd', 'putD.wp', 'putD.wst', 'accessD', 'putC'.

