gsi.textpanel          package:compositions          R Documentation

_I_n_t_e_r_n_a_l _f_u_n_c_t_i_o_n: _A _p_a_n_e_l _d_i_s_p_l_a_y_i_n_g _a _l_a_b_e_l _o_n_l_y

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

     A function useful as a text.panel in pairs.

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

     gsi.textpanel(x,y,lab,...)

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

       x: discarded

       y: discarded

     lab: text to be plotted to the middle of the panel

     ...: further graphical parameters passed to 'text'

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

     The function is used against log-scale problems in pairs called by
     function 'boxplot.acomp'.

_N_o_t_e:

     Do not use gsi.* functions directly since they are internal
     functions of the package

_S_e_e _A_l_s_o:

     'gsi'

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

     data(iris)
     pairs(iris,text.panel=gsi.textpanel)

