summary.pedigree: Summary of pedigree information

Description Usage Arguments Author(s) Examples

View source: R/summary.pedigree.r

Description

Summary method for class ”pedigree”

Usage

1
2
## S3 method for class 'pedigree'
summary(object, ...)

Arguments

object

object of class ”pedigree”

...

not used

Author(s)

Valentin Wimmer

Examples

1
2
3
4
5
6
7
# plant pedigree
ped <- simul.pedigree(gener = 4, 7)
summary(ped)

# animal pedigree
ped <- simul.pedigree(gener = 4, 7, animals = TRUE)
summary(ped)

synbreed documentation built on March 12, 2021, 3:01 a.m.