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)

Functions

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]