compress             package:wavethresh             R Documentation

_C_o_m_p_r_e_s_s _o_b_j_e_c_t_s

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

     Compress objects.

     This function is generic. 

     Particular methods exist. For the 'imwd' class object this generic
     function uses 'compress.imwd'. There is a default compression
     method: 'compress.default' that works on vectors.

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

     compress(...)

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

     A compressed version of the input.

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

     Version 2.0 Copyright Guy Nason 1993

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

     'compress.default', 'compress.imwd', 'imwd', 'imwd.object',
     'imwdc.object', 'threshold.imwd'

