| get_pedigree | R Documentation |
Returns an object from the formal class pedigree.
get_pedigree(x, ...)
## S3 method for class 'metagene'
get_pedigree(x, ...)
## S3 method for class 'remlf90'
get_pedigree(x, ...)
## S3 method for class 'breedr_modelframe'
get_pedigree(x, ...)
## S3 method for class 'effect_group'
get_pedigree(x, ...)
## S3 method for class 'genetic'
get_pedigree(x, ...)
x |
object to extract pedigree from |
... |
Arguments to be passed to methods. |
get_pedigree(metagene): Get the pedigree from a metagene object
get_pedigree(remlf90): Get the pedigree from a remlf90 object
get_pedigree(breedr_modelframe): Get the pedigree from a breedr_modelframe object.
Internal function.
get_pedigree(effect_group): Get the pedigree from a effect_group object.
Internal function.
get_pedigree(genetic): Get the pedigree from a genetic object
pedigree-class from package
pedigreemm
Other metagene:
Extract.metagene,
get_ntraits(),
ngenerations(),
nindividuals()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.