gridr                 package:limma                 R Documentation

_R_o_w _a_n_d _C_o_l_u_m_n _P_o_s_i_t_i_o_n_s _o_n _M_i_c_r_o_a_r_r_a_y

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

     Grid and spot row and column positions.

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

     gridr(layout)
     gridc(layout)
     spotr(layout)
     spotc(layout)

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

  layout: list with the components 'ngrid.r', 'ngrid.c', 'nspot.r' and
          'nspot.c'

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

     Vector of length 'prod(unlist(layout))' giving the grid rows
     ('gridr'), grid columns ('gridc'), spot rows ('spotr') or spot
     columns ('spotc').

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

     Gordon Smyth

