Last chance! 50% off unlimited learning
Sale ends in
alleleFreqs(g, by.strata = FALSE)
TRUE
every element in the return list is
a three dimensional array where the third dimension contains frequencies
and proportions for each stratum.freq
) and
proportion (prop
) of each allele.
data(msats.g)
f <- alleleFreqs(msats.g)
f$D11t # Frequencies for Locus D11t
f.pop <- alleleFreqs(msats.g, TRUE)
f.pop$EV94[, , "Coastal"] # Frequencies for EV94 in the Coastal population
Run the code above in your browser using DataLab