get_pedigree: Get the Pedigree from an object

Description Usage Arguments Methods (by class) References See Also

View source: R/AllGeneric.R

Description

Returns an object from the formal class pedigree.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
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)

References

pedigree-class from package pedigreemm

See Also

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


famuvie/breedR documentation built on Sept. 6, 2021, 4:50 a.m.