View source: R/classes_constructors.R
| tabfreq | R Documentation |
The S4 tabfreq class is used to store allele frequencies, from either one or several populations.
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)
signature(x = "tabfreq")
: gives the names of the attributes of a tabfreq object
signature(object = "tabfreq")
: shows a tabfreq object
signature(object="tabfreq")
: prints a tabfreq object
Hinda Haned h.haned@nfi.minvenj.nl
as.tabfreq, is.tabfreq and simugeno for genotypes simulation from allele frequencies stored in a tabfreq object
## Not run:
showClass("tabfreq")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.