Description Usage Arguments Slots Examples
Each element of the list is an element of class
ParentOffspring
.
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)
|
pedigrees |
a list of |
id |
identifier for a pedigree |
object |
a |
x |
a |
i |
a numeric vector for subsetting the list (optional) |
j |
ignored |
... |
ignored |
drop |
ignored |
id
a character vector of identifiers for the
pedigrees. id
must have the same length as pedigrees
pedigrees
A list of ParentOffspring objects.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.