ParentOffspringList-class: A list of 'ParentOffspring' objects

Description Usage Arguments Slots Examples

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
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

1

MinimumDistance documentation built on Nov. 8, 2020, 11:11 p.m.