getpacket             package:wavethresh             R Documentation

_G_e_t _a _p_a_c_k_e_t _o_f _c_o_e_f_f_i_c_i_e_n_t_s _f_r_o_m _a _w_a_v_e_l_e_t _o_b_j_e_c_t

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

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

     This function is generic. 

     Particular methods exist. For objects of class: 

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

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

_w_p_s_t 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.

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

     getpacket(...)

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

     ...: See individual help pages for details.

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

     The packet of coefficients requested.

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

     Version 3.5.3 Copyright Guy Nason 1994

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

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

