getRidgeValue        package:MassSpecWavelet        R Documentation

_G_e_t _t_h_e _C_W_T _c_o_e_f_f_i_c_i_e_n_t _v_a_l_u_e_s _c_o_r_r_e_s_p_o_n_d_i_n_g _t_o _t_h_e _p_e_a_k _r_i_d_g_e

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

     Get the CWT coefficient values corresponding to the peak ridge

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

     getRidgeValue(ridgeList, wCoefs, skip = 0)

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

ridgeList: a list of ridge lines 

  wCoefs: 2-D CWT coefficients

    skip: the CWT scale level to be skipped, by default the 0 scale
          level (raw spectrum) is skipped. 

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

     A list of ridge values corresponding to the input ridgeList.

_A_u_t_h_o_r(_s):

     Pan Du

