NamedMapPop-class: Raw population with genetic map and id

NamedMapPop-classR 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


AlphaSimR documentation built on Nov. 2, 2023, 6:01 p.m.