Description Usage Arguments Examples
This function calculates the percent of missing genotypes for each population from a genind object
1 | missing_data(genind)
|
input.file |
A genind object |
1 2 3 4 5 6 7 8 | ## set directory for results to be written
setwd("path/to/working/directory")
## load the example data
data(rainbow.genind)
# calculate the percent polymorphic loci per population
res <- missing_data(rainbow.genind)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.