logical. If TRUE every element in the return list is
a three dimensional array where the third dimension contains frequencies
and proportions for each stratum.
Value
A list of allele frequencies for each locus. Each element is a
matrix or array with frequencies by count (freq) and
proportion (prop) of each allele.
data(msats.g)
f <- alleleFreqs(msats.g)
f$D11t # Frequencies for Locus D11tf.pop <- alleleFreqs(msats.g, TRUE)
f.pop$EV94[, , "Coastal"] # Frequencies for EV94 in the Coastal population