accessD              package:wavethresh              R Documentation

_G_e_t "_d_e_t_a_i_l" (_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 _d_a_t_a _f_r_o_m _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 detail from various types of
     wavelet objects. It extracts and returns a whole resolution level
     of coefficients. To obtain individual packets from relevant
     transforms use the getpacket() series of functions.  This function
     is generic. 

     Particular methods exist. For objects of class:

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

_w_d_3_D use the 'accessD.wd3D' method

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

_w_p_s_t use the 'accessD.wpst' method

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

     See individual method help pages for operation and examples.

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

     accessD(...)

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

     ...: See individual help for details.

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

     A vector coefficients representing the detail coefficients for the
     requested resolution level.

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

     Version 3.5.3 Copyright Guy Nason 1994

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

     'accessD.wd', 'accessD.wp','accessD.wst','accessC'

