nind                   package:qtl                   R Documentation

_D_e_t_e_r_m_i_n_e _t_h_e _n_u_m_b_e_r _o_f _i_n_d_i_v_i_d_u_a_l_s _Q_T_L _e_x_p_e_r_i_m_e_n_t

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

     Determine the number of individuals in cross object.

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

     nind(object)

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

  object: An object of class 'cross'.  See 'read.cross' for details.

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

     The number of individuals in the input cross object.

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

     Karl W Broman, kbroman@biostat.wisc.edu

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

     'read.cross', 'plot.cross', 'summary.cross', 'nmar', 'nchr',
     'totmar', 'nphe'

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

     data(fake.f2)
     nind(fake.f2)

