ParentOffspringList-class {MinimumDistance} | R Documentation |
ParentOffspring
objectsEach element of the list is an element of class
ParentOffspring
.
Constructor for ParentOffspringList class
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.
ParentOffspringList()