get_pedigree: Get the Pedigree from an object

View source: R/AllGeneric.R

get_pedigreeR Documentation

Get the Pedigree from an object

Description

Returns an object from the formal class pedigree.

Usage

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, ...)

Arguments

x

object to extract pedigree from

...

Arguments to be passed to methods.

Methods (by class)

  • 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

References

pedigree-class from package pedigreemm

See Also

Other metagene: Extract.metagene, get_ntraits(), ngenerations(), nindividuals()


famuvie/breedR documentation built on Aug. 6, 2024, 9:10 p.m.