ind.count: individual counts

View source: R/misc.R

ind.countR 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])

hierfstat documentation built on May 6, 2022, 1:05 a.m.