etg                   package:xcms                   R Documentation

_E_m_p_i_r_i_c_a_l_l_y _T_r_a_n_s_f_o_r_m_e_d _G_a_u_s_s_i_a_n _f_u_n_c_t_i_o_n

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

     A general function for asymmetric chromatographic peaks.

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

     etg(x, H, t1, tt, k1, kt, lambda1, lambdat, alpha, beta)

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

       x: times to evaluate function at

       H: peak height

      t1: time of leading edge inflection point

      tt: time of trailing edge inflection point

      k1: leading edge parameter

      kt: trailing edge parameter

 lambda1: leading edge parameter

 lambdat: trailing edge parameter

   alpha: leading edge parameter

    beta: trailing edge parameter

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

     The function evaluated at times 'x'.

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

     Colin A. Smith, csmith@scripps.edu

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

     Jianwei Li. Development and Evaluation of Flexible Empirical Peak
     Functions for Processing Chromatographic Peaks. Anal. Chem., 69
     (21), 4452-4462, 1997. <URL: http://dx.doi.org/10.1021/ac970481d>

