ind.count {hierfstat} | R Documentation |
individual counts
Description
Counts the number of individual genotyped per locus and population
Usage
ind.count(data)
Arguments
data |
a data frame containing the population of origin in the first column and the genotypes in the following ones |
Value
A table –with np (number of populations) columns and nl (number of loci) rows– of genotype counts
Author(s)
Jerome Goudet jerome.goudet@unil.ch
Examples
data(gtrunchier)
ind.count(gtrunchier[,-2])
[Package hierfstat version 0.5-11 Index]