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
:Object of class "list"
containing
objects of class 'haplotype'
genDist
:Object of class "numeric"
expressing the genome size in Morgan.
nDec
:Object of class "integer"
expressing the number of decimal positions of the
haplotypes.
nChrom
:Object of class "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")