printHead               package:limma               R Documentation

_P_r_i_n_t _L_e_a_d_i_n_g _R_o_w_s _o_f _L_a_r_g_e _O_b_j_e_c_t_s

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

     Print the leading rows of a large vector, matrix or data.frame.
     This function is used by 'show' methods for data classes defined
     in LIMMA.

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

     printHead(x)

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

       x: any object

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

     If 'x' is a vector with more than 20 elements, then 'printHead(x)'
     prints only the first 5 elements. If 'x' is a matrix or data.frame
     with more than 10 rows, then 'printHead(x)' prints only the first
     5 rows. Any other type of object is printed normally.

_A_u_t_h_o_r(_s):

     Gordon Smyth

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

     An overview of classes defined in LIMMA is given in 2.Classes

