plotlines               package:limma               R Documentation

_p_l_o_t_l_i_n_e_s

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

     Time course style plot of expression data.

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

     plotlines(x,first.column.origin=FALSE,xlab="Column",ylab="x",col="black",lwd=1,...)

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

       x: numeric matrix or object containing expression data.

first.column.origin: logical, should the lines be started from zero?

    xlab: x-axis label

    ylab: y-axis label

     col: vector of colors for lines

     lwd: line width multiplier

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

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

     Plots a line for each probe.

_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 modeling functions and associated plots available
     in LIMMA is given in 06.LinearModels.

