| NamedMapPop-class | R Documentation |
Extends MapPop-class to add id, mother and father.
## S4 method for signature 'NamedMapPop'
x[i]
## S4 method for signature 'NamedMapPop'
c(x, ...)
isNamedMapPop(x)
x |
a 'NamedMapPop' object |
i |
index of individuals |
... |
additional 'NamedMapPop' objects |
[: Extract NamedMapPop by index
c(NamedMapPop): Combine multiple NamedMapPops
isNamedMapPop(): Test if object is a NamedMapPop class
idan individual's identifier
motherthe identifier of the individual's mother
fatherthe identifier of the individual's father
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.