maLegendLines package:marray R Documentation _A_d_d _a _l_e_g_e_n_d _t_o _a _p_l_o_t _D_e_s_c_r_i_p_t_i_o_n: This function may be used to add a legend for lines in plots such as those produced by 'plot', 'maPlot', or 'maPlot.func'. _U_s_a_g_e: maLegendLines(legend="", col=2, lty=1, lwd=2.5, ncol=1, ...) _A_r_g_u_m_e_n_t_s: legend: A vector of "character" strings to appear in the legend. col: Line colors for the legend. lty: Line types for the legend. lwd: Line widths for the legend. ncol: The number of columns in which to set the legend items (default is 1, a vertical legend). ...: Optional graphical parameters, see 'par'. _V_a_l_u_e: A function with bindings for 'legend', 'col', 'lty', 'lwd', 'ncol', and '...'. This latter function takes as arguments 'x' and 'y', the coordinates for the location of the legend on the plot, and it adds the legend to the current plot. _A_u_t_h_o_r(_s): Sandrine Dudoit, . _R_e_f_e_r_e_n_c_e_s: S. Dudoit and Y. H. Yang. (2002). Bioconductor R packages for exploratory analysis and normalization of cDNA microarray data. In G. Parmigiani, E. S. Garrett, R. A. Irizarry and S. L. Zeger, editors, _The Analysis of Gene Expression Data: Methods and Software_, Springer, New York. _S_e_e _A_l_s_o: 'legend', 'maPlot', 'maPlot.func'. _E_x_a_m_p_l_e_s: # See examples for maPlot.