missing_data: This function calculates the percent of missing genotypes for...

View source: R/missing_data.R

missing_dataR Documentation

This function calculates the percent of missing genotypes for each population from a genind object

Description

This function calculates the percent of missing genotypes for each population from a genind object

Usage

missing_data(genind)

Arguments

input.file

A genind object

Examples

 ## 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)


pygmyperch/melfuR documentation built on March 19, 2024, 11:21 a.m.