maText                package:marray                R Documentation

_H_i_g_h_l_i_g_h_t _p_o_i_n_t_s _o_n _a _p_l_o_t

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

     This function may be used to highlight a subset of points on an
     existing plot, such as a plot produced by 'plot', 'maPlot', or
     'maPlot.func'.

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

     maText(subset=NULL, labels=as.character(1:length(subset)), ...)

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

  subset: A "logical" or "numeric" vector indicating the subset of
          points to highlight.

  labels: One or more character strings or expressions specifying the
          text to be written.

     ...: Optional graphical parameters, see 'par'.

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

     A function with bindings for 'subset', 'labels', and '...'. This
     latter function takes as arguments 'x' and 'y', the absissa and
     ordinates of points on the 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:

     'text', 'maPlot', 'maPlot.func'.

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

     # See examples for maPlot.

