numBeads              package:beadarray              R Documentation

_G_e_t_s _t_h_e _n_u_m_b_e_r _o_f _b_e_a_d_s _f_r_o_m _a _B_e_a_d_L_e_v_e_l_L_i_s_t _o_b_j_e_c_t

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

     Retrieves the number of beads from each array in a 'BeadLevelList'
     object.

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

     numBeads(object)

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

  object: 'BeadLevelList'

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

     'numBeads' retrieves the number of beads on each array from the
     arrayInfo slot.

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

     A vector containing the number of beads on individual arrays.

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

     Matt Ritchie

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

     data(BLData)
     numBeads(BLData)

