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, <URL: http://www.stat.berkeley.edu/~sandrine>.

_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.

