arrplote               package:LMGene               R Documentation

_F_u_n_c_t_i_o_n _f_o_r _p_l_o_t_t_i_n_g _a _c_u_m_u_l_a_t_i_v_e _f_r_e_q_u_e_n_c_y _d_i_s_t_r_i_b_u_t_i_o_n

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

     This function calls 'arrplot1' first to calculate the relative
     mean square values of the considered factors, then calls 'dplote'
     to plot the obtained relative mean square values in a cumulative
     frequency distribution

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

     arrplote(eS, cs = "")

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

      eS: Array Data. Must be a exprSet type 

      cs: Addable caption in main title of the graph 

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

     The input argument, eS, must be exprSet type from Biobase package.
      If you have a matrix data and information about the considered
     factors, then you can use 'neweS' to conver the data into exprSet.
     Please see 'neweS' in more detail.

_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', 'dplote'

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

     #library
     library(Biobase)
     library(LMGene)

     #data
     data(Smpd0)

     #
     arrplote(Smpd0)

