rgplot                package:LMGene                R Documentation

_P_l_o_t_t_i_n_g _d_e_n_s_i_t_y _f_u_n_c_t_i_o_n

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

     This function plotting density distribution of each channel of the
     given array data.

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

     rgplot(eS, norm = "lnorm", red = TRUE, green = TRUE, title = "", span = 0.1)

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

      eS: Array data, must be 'exprSet' class 

    norm: Data normalization method 

     red: TRUE, if Cy5 channels are to be plotted 

   green: TRUE, if Cy3 channels are to be plotted 

   title: Title of the graph 

    span: A parameter for lowess normalization method 

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

     David Rocke and Geun-Cheol Lee

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

     <URL: http://www.idav.ucdavis.edu/~dmrocke/>

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

     'arrplot1', 'arrplote'

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

     #library
     library(Biobase)
     library(LMGene)

     #data
     data(Smpd0)

     #
     rgplot(Smpd0)

