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.