tabfreq {forensim}R Documentation

forensim class for population allele frequencies

Description

The S4 tabfreq class is used to store allele frequencies, from either one or several populations.

Slots

tab:
a list giving allele frequencies for each locus. If there are several populations, tab gives allele frequencies in each population
which.loc:
character vector giving the names of the loci
pop.names:
factor of populations names (optional)

Methods

names
signature(x = "tabfreq")
: gives the names of the attributes of a tabfreq object
show
signature(object = "tabfreq")
: shows a tabfreq object
print
signature(object="tabfreq")
: prints a tabfreq object

Author(s)

Hinda Haned haned@biomserv.univ-lyon1.fr

See Also

as.tabfreq, is.tabfreq and simugeno for genotypes simulation from allele frequencies stored in a tabfreq object

Examples

showClass("tabfreq")

[Package forensim version 1.1-1 Index]