View source: R/get_locus_diversity.R
get_locus_diversity | R Documentation |
Generate a tidy data frame of diversity stats for each locus
get_locus_diversity(x)
x |
A genind object |
A tibble
Columns are: n_alleles: the number of observed alleles in the population shannon: shannon diversity (calculated from poppr) hexp_nei: Nei's gene diversity evenness: a measure of allelic evenness, with one being completely even representation (calculated from poppr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.