NamedMapPop-class {AlphaSimR} | R Documentation |
Raw population with genetic map and id
Description
Extends MapPop-class
to add id, mother and father.
Usage
## S4 method for signature 'NamedMapPop'
x[i]
## S4 method for signature 'NamedMapPop'
c(x, ...)
isNamedMapPop(x)
Arguments
x |
a 'NamedMapPop' object |
i |
index of individuals |
... |
additional 'NamedMapPop' objects |
Methods (by generic)
-
[
: Extract NamedMapPop by index -
c(NamedMapPop)
: Combine multiple NamedMapPops
Functions
-
isNamedMapPop()
: Test if object is a NamedMapPop class
Slots
id
an individual's identifier
mother
the identifier of the individual's mother
father
the identifier of the individual's father
[Package AlphaSimR version 1.5.3 Index]