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
nInd
number of individuals
nChr
number of chromosomes
ploidy
level of ploidy
nLoci
number of loci per chromosome
geno
list 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.