Skip to contents

Extends MapPop-class to add id, mother and father.

Usage

# S4 method for NamedMapPop
[(x, i)

# S4 method for 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