View source: R/allelicRichness.R
allelicRichness | R Documentation |
Calculate allelic richness for each locus.
allelicRichness(g, by.strata = FALSE)
g |
a gtypes object. |
by.strata |
logical - return results grouped by strata? |
a data frame with the allelic richness of each locus calculated as the number of alleles divided by the number of samples without missing data at that locus.
Eric Archer eric.archer@noaa.gov
data(msats.g)
allelicRichness(msats.g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.