arrayNames             package:beadarray             R Documentation

_G_e_t_s _t_h_e _a_r_r_a_y _n_a_m_e_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 array names from a 'BeadLevelList' object.

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

     arrayNames(object, arrays=NULL)

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

  object: 'BeadLevelList'

  arrays: integer (scalar or vector) specifying the arrays to retrieve
          the names of.  When 'NULL', all the array names are returned.

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

     'arrayNames' retrieves the name of the array/s from the arrayInfo
     slot.

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

     A character vector containing the names of the individual array/s.

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

     Matt Ritchie

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

     data(BLData)
     arrayNames(BLData)

