putC               package:wavethresh               R Documentation

_P_u_t _s_m_o_o_t_h_e_d _d_a_t_a (_f_a_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 'putC.wd' method.

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

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

     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

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

     putC(...)

_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 father
     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:

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

