view                  package:Rlab                  R Documentation

_V_i_e_w _f_i_r_s_t _r_o_w_s _o_f _a _d_a_t_a _s_e_t

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

     View the first X rows (10, by default) rows of a data set. Columns
     names are displayed if appropriate.

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

     view(x, maxlines = 10)

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

       x: data set to be viewed; can be data.frame, matrix, list or
          vector.

maxlines: maximum number of rows to be displayed.

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

     If the data set contains more rows than maxlines, then a message
     indicating the number unviewed rows id displayed. If the data set
     contains fewer rows the maxlines, only those rows are displayed.

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

     ls, objects

