summary.genotypeD {MasterBayes}R Documentation

genotypeD Object

Description

creates and object containing allele and genotype frequency for genotypeD objects

Usage

## S3 method for class 'genotypeD':
summary(object, ...)

Arguments

object genotypeD object
... further arguments to be passed

Value

locus locus information field (if present)
allele.names vector of allele names: 0 and 1
allele.freq estimated allele frequencies with finite sample size correction (Lynch & Milligan 1994)
genotype.freq frequencies of observed genotypes (phenotypes)

Author(s)

Jarrod Hadfield j.hadfield@ed.ac.uk

References

Lynch M. & Milligan B.G. (1994) Molecular Ecology 3 91-99

See Also

genotype, summary.genotypeD

Examples

l1<-rbinom(100,1,0.5)
l1<-genotypeD(l1)
summary(l1)

[Package MasterBayes version 2.42 Index]