plotFB                 package:limma                 R Documentation

_F_B-_P_l_o_t

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

     Creates foreground-background plots.

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

     plotFB(RG, array=1, lim="separate", pch=16, cex=0.2, ...)

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

      RG: an 'RGList' object.

   array: integer giving the array to be plotted. Corresponds to
          columns of 'R', 'G', 'Rb' and 'Gb'.

     lim: character string indicating whether the red and green plots
          should have '"separate"' or '"common"' x- and y- co-ordinate
          limits.

     pch: vector or list of plotting characters. Defaults to integer
          code 16.

     cex: numeric vector of plot symbol expansions.

     ...: any other arguments are passed to 'plot'

_D_e_t_a_i_l_s:

     A foreground-background plot is a plot of log2-foreground vs
     log2-background for a particular channel on a particular two-color
     array. This function produces a pair of plots, one for green and
     one for red, for a specified array.

     See 'points' for possible values for 'pch', 'col' and 'cex'.

_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
     09.Diagnostics.

