mutilsTransformType        package:ifultools        R Documentation

_C_o_n_v_e_r_t_s _w_a_v_e_l_e_t _t_r_a_n_s_f_o_r_m _s_t_r_i_n_g _t_o _M_U_T_I_L_S _e_n_u_m _t_y_p_e

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

     MUTILS is a C library used for certain '.Call' functions. This
     function maps a wavelet transform character string to the
     corresponding enum type in MUTILS.

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

     mutilsTransformType(x)

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

       x: a character string representing the wavelet transform type.
          Choices are '"modwt"', '"modwpt"', '"dwt"', and '"dwpt"'.

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

     an integer corresponding to the MUTILS enum.

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

     'mutilsDistanceMetric', 'mutilsFilterType',
     'mutilsFilterTypeContinuous', 'mutilsSDF',
     'mutilsTransformPeakType', 'mutilsWSShrinkageFunction',
     'mutilsWSThresholdFunction'.

_E_x_a_m_p_l_e_s:

     ## map the MODWPT 
     mutilsTransformType("modwpt")

