plotPrintTipLoess           package:limma           R Documentation

_M_A _P_l_o_t_s _b_y _P_r_i_n_t-_T_i_p _G_r_o_u_p

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

     Creates a coplot giving MA-plots with lowess curves by print-tip
     groups.

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

     plotPrintTipLoess(MA,layout,array=1,span=0.3,...)

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

      MA: list with components 'M' containing log-ratios and 'A'
          containing average intensities

  layout: a list specifying the number of tip rows and columns and the
          number of spot rows and columns printed by each tip

   array: integer giving the array to be plotted. Corresponds to
          columns of 'M' and 'A'.

    span: span of window for 'lowess' curve

     ...: other arguments passed to 'panel.smooth'

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

     A plot is created on the current graphics device

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

     Gordon Smyth

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

     An overview of diagnostic functions available in LIMMA is given in
     6.Diagnostics.

