| MapPop-class | R Documentation |
Extends RawPop-class to add a genetic map.
This is the first object created in a simulation. It is used
for creating initial populations and setting traits in the
SimParam.
## S4 method for signature 'MapPop'
x[i]
## S4 method for signature 'MapPop'
c(x, ...)
isMapPop(x)
x |
a 'MapPop' object |
i |
index of individuals |
... |
additional 'MapPop' objects |
[: Extract MapPop by index
c(MapPop): Combine multiple MapPops
isMapPop(): Test if object is of a MapPop class
genMaplist of chromosome genetic maps
centromerevector of centromere positions
inbredindicates whether the individuals are fully inbred
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.