summary.genotypeD: genotypeD Object

View source: R/genotypeD.R

summary.genotypeDR 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

...

other 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 and Milligan 1994)

genotype.freq

frequencies of observed genotypes (phenotypes)

Author(s)

Jarrod Hadfield j.hadfield@ed.ac.uk

References

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

See Also

genotype, summary.genotypeD

Examples

## Not run: 
l1<-rbinom(100,1,0.5)
l1<-genotypeD(l1)
summary(l1)

## End(Not run)

MasterBayes documentation built on June 22, 2022, 5:06 p.m.