nlevels              package:wavethresh              R Documentation

_R_e_t_u_r_n_s _n_u_m_b_e_r _o_f _s_c_a_l_e (_r_e_s_o_l_u_t_i_o_n) _l_e_v_e_l_s.

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

     Returns the number of scales (or resolutions) in various wavelet
     objects and for some objects returns the number of scales that
     would result if processed by a wavelet routine. 

     This function is generic. 

     One methods exists at present as most wavelet objects store the
     number of levels as the 'nlevels' component. The method that
     exists is'nlevels.default'

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

     nlevels(...)

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

     ...: See individual help pages for details.

_D_e_t_a_i_l_s:

     See individual method help pages for operation and examples.

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

     An integer representing the number of levels associated with the
     object.

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

     Version 3.6.0 Copyright Guy Nason 1995

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

     'nlevels.default'

