Rows                 package:lattice                 R Documentation

_E_x_t_r_a_c_t _r_o_w_s _f_r_o_m _a _l_i_s_t

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

     Convenience function to extract subset of a list. Usually used in
     creating keys.

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

     Rows(x, which)

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

       x: list with each member a vector of the same length 

   which: index for members of 'x'

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

     A list similar to 'x', with each 'x[[i]]' replaced by
     'x[[i]][which]'

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

     Deepayan Sarkar Deepayan.Sarkar@R-project.org

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

     'xyplot', 'Lattice'

