summary.genotypeD {MasterBayes} | R Documentation |
creates and object containing allele and genotype frequency for genotypeD objects
## S3 method for class 'genotypeD': summary(object, ...)
object |
genotypeD object |
... |
further arguments to be passed |
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) |
Jarrod Hadfield j.hadfield@ed.ac.uk
Lynch M. & Milligan B.G. (1994) Molecular Ecology 3 91-99
genotype
, summary.genotypeD
l1<-rbinom(100,1,0.5) l1<-genotypeD(l1) summary(l1)