plotFAME            package:TargetSearch            R Documentation

_P_l_o_t _a _s_t_a_n_d_a_r_d _m_a_r_k_e_r

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

     Plots a given standard marker.

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

     plotFAME(samples, RImatrix, whichFAME)

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

 samples: A 'tsSample' object created by 'ImportSamples' function. 

RImatrix: A retention time matrix of the found retention time markers. 

whichFAME: The retention marker to plot. Must be a number between '1'
          and the number of markers.

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

     Alvaro Cuadros-Inostroza, Matthew Hannah, Henning Redestig

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

     'RIcorrect', 'FAMEoutliers',  'tsSample'

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

     require(TargetSearchData)
     data(TargetSearchData)
     # plot Retention index standards 1 to 3
     plotFAME(sampleDescription, RImatrix, 1)
     plotFAME(sampleDescription, RImatrix, 2)
     plotFAME(sampleDescription, RImatrix, 3)

