The raw population class contains only genotype data.
# S4 method for RawPop
[(x, i)# S4 method for RawPop
c(x, ...)
# S4 method for RawPop
show(object)
isRawPop(x)
a 'RawPop' object
index of individuals
additional 'RawPop' objects
a 'RawPop' object
[: Extract RawPop by index
c(RawPop): Combine multiple RawPops
show(RawPop): Show population summary
isRawPop(): Test if object is of a RawPop class
nIndnumber of individuals
nChrnumber of chromosomes
ploidylevel of ploidy
nLocinumber of loci per chromosome
genolist of nChr length containing chromosome genotypes. Each element is a three dimensional array of raw values. The array dimensions are nLoci by ploidy by nInd.