| haploList-class {HaploSim} | R Documentation |
Class definition of haploList. Extends lists to
contian objects of class haplotype. Attributes are nDec,
the number of decimal positions and genDist, the genome size
measured in Morgan.
Objects can be created by calls of the form new("haploList", ...).
.Data:"list" containing
objects of class 'haplotype'genDist:"numeric"
expressing the genome size in Morgan.nDec:"integer"
expressing the number of decimal positions of the
haplotypes.nChrom:"integer"
expressing the number of chromosomes.
Class "list", from data part.
Class "vector", by class "list", distance 2.
signature(x = "haploList", i = "ANY", j =
"missing"): subset and extract from object of class 'haploList'signature(x = "haploList"): concatenate object of
class 'haploList'.
showClass("haploList")