nball: Number of alleles in a mixture

Description Usage Arguments Author(s) See Also Examples

View source: R/AuxFunc.R

Description

nball gives the number of alleles of a simumix object.

Usage

1
nball(mix, byloc = FALSE)

Arguments

mix

a simumix object

byloc

a logical indicating whether the number of alleles must be calculated by locus or for all loci (default)

Author(s)

Hinda Haned <contact@hindahaned.info>

See Also

simumix

Examples

1
2
3
4
5
6
data(strusa)
#simulating 100 genotypes with allele frequencies from the African American population
gaa<-simugeno(strusa,n=c(100,0,0))
#simulating a 4-person mixture
maa4<-simumix(gaa,ncontri=c(4,0,0))
nball(maa4,byloc=TRUE)

forensim documentation built on May 2, 2019, 6:09 p.m.

Related to nball in forensim...