BoxPlot          package:Agi4x44PreProcess          R Documentation

_B_o_x_p_l_o_t

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

     It creates a Boxplot with a matrix columns

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

     BoxPlot(object, maintitle, colorfill, xlab, ylab)

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

  object: A matrix 

maintitle: character to indicate the title of the graph  

colorfill: color to fill the boxplot 

    xlab: title for the x axe 

    ylab: title for the y axe 

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

     Pedro Lopez-Romero

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

     ## Not run: 
                     data(dd)
                     MMM=log2(dd$G)
                     maintitle="MeanSignal"
                     colorfill="green"
                     BoxPlot(MMM,maintitle,colorfill,xlab="Samples",ylab="expression")
     ## End(Not run)

