selectSome              package:Biobase              R Documentation

_e_x_t_r_a_c_t _a_s_p_e_c_t_s _o_f _a _v_e_c_t_o_r _f_o_r _c_o_n_c_i_s_e _r_e_n_d_e_r_i_n_g

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

     extract aspects of a vector for concise rendering

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

     selectSome(obj, maxToShow=5)

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

     obj: vector 

maxToShow: number of elements to render

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

     string coercion with ellipsis intercalated

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

     Biocore

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

     selectSome(1:20)

