summary.pedigree: Summary of pedigree information

Description Usage Arguments Author(s) Examples

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 May 2, 2019, 3:23 a.m.