extractA             package:MasterBayes             R Documentation

_A_l_l_e_l_e _F_r_e_q_u_e_n_c_i_e_s

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

     extracts allele frequencies from genotype data

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

     extractA(G, marker.type="MS", ...)

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

       G: data frame or list of 'genotype' objects

marker.type: optional "MS" or "AFLP" for codominant or dominant markers
          respectively

     ...: further arguments to be passed

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

     list of allele frequnecies at each loci

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

     Jarrod Hadfield j.hadfield@sheffield.ac.uk

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

     'genotype.list', 'genotype'

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

       data(WarblerG)

       A<-extractA(WarblerG)
       A[[1]]

