align                package:PROcess                R Documentation

_A_l_i_g_n _p_e_a_k_s _f_o_r _a _s_p_e_c_i_f_i_e_d _p_r_e_c_i_s_i_o_n.

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

     A vector of peaks are expanded to a collection of intervals, 'eps'
     * m/z of the peak to the left and right of the peak position. 
     They are then aligned using the method of intersection graphs by
     Gentleman and Vandal.

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

     align(pVec, eps = 0.003)

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

    pVec: A vector of peaks.

     eps: A user specified precision of peak position.

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

     A vector of aligned peaks.

_R_e_f_e_r_e_n_c_e_s:

     R. Gentleman and A. C. Vandal, Computational Algorithms for
     Censored-Data Problems Using  Intersection Graphs. (2001), J.
     Comput. Graphic Statist., vol. 10, p403-421.

