getDimensions           package:beadarray           R Documentation

_G_e_t _d_i_m_e_n_s_i_o_n _o_f _a_n _a_r_r_a_y

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

     Returns the maximum x and y co-ordinates for an array

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

     getDimensions(BLData, array)

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

  BLData: 'BeadLevelList' object containing bead-level data

   array: numeric value for the array required

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

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

     List of length 2 giving the maximum x and y co-ordinates
     respectively

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

     Mark Dunning

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

     data(BLData)
     getDimensions(BLData, 1)

