multiecdf            package:BeadExplorer            R Documentation

_P_l_o_t _m_u_l_t_i_p_l_e _e_s_t_i_m_a_t_e_d _c_u_m_u_l_a_t_i_v_e _d_e_n_s_i_t_y _f_u_n_c_t_i_o_n _g_r_a_p_h_s

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

     Plot multiple estimated cumulative density function graphs

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

     multiecdf(data, xlab = "", ylab = "", main = "", log = TRUE, legend = TRUE, linecol = rainbow(ncol(data)), 
     position = "bottomright", ...)

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

    data: A matrix of values 

    xlab: Character label to use for the x-axis 

    ylab: Character label to use for the y-axis

    main: Character label to use for the main title 

     log: Logical, specifying if log axes should be used

  legend: Logical, specifying if a legend should be drawn 

 linecol: A vector of colours used for each sample 

position: position of the legend, see 'legend' 

     ...: Arguments passed to 'plot'

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

     Plots a ECDF line for each sample in the matrix on the same graph

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

     None

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

     Gareth Elvidge gareth.elvidge@well.ox.ac.uk

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

     multiDensity()

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

     data(examplebeadData)
     multiecdf(exprs(examplebeadData))

