Learn R Programming

MinimumDistance (version 1.16.0)

ParentOffspringList-class: A list of ParentOffspring objects

Description

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

Constructor for ParentOffspringList class

Usage

ParentOffspringList(pedigrees = list(), id)
"pedigreeName"(object)
"show"(object)
"[["(x, i, j, ..., drop = FALSE)
"["(x, i, j, ..., drop = FALSE)
"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

Run this code
ParentOffspringList()

Run the code above in your browser using DataLab