ParentOffspringList-class {MinimumDistance}R Documentation

A list of ParentOffspring objects

Description

Each element of the list is an element of class ParentOffspring.

Usage

ParentOffspringList(pedigrees = list(), id)

## S4 method for signature 'ParentOffspringList'
pedigreeName(object)

## S4 method for signature 'ParentOffspringList'
show(object)

## S4 method for signature 'ParentOffspringList,ANY,ANY'
x[[i, j, ..., drop = FALSE]]

## S4 method for signature 'ParentOffspringList,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]

## S4 method for signature 'ParentOffspringList'
length(x)

Arguments

pedigrees

a list of ParentOffspring objects

id

identifier for a pedigree

object

a ParentOffspringList object

x

a ParentOffspringList object

i

a numeric vector for subsetting the list (optional)

j

ignored

...

ignored

drop

ignored

Slots

id

a character vector of identifiers for the pedigrees. id must have the same length as pedigrees

pedigrees

A list of ParentOffspring objects.

Examples

ParentOffspringList()

[Package MinimumDistance version 1.37.0 Index]