synbreed (version 0.12-6)

summary.pedigree:

Description

Summary method for class ''pedigree''

Usage

# S3 method for pedigree
summary(object,...)

Arguments

object
object of class ''pedigree''
...
not used

Examples

Run this code
# plant pedigree
ped <- simul.pedigree(gener=4,7)
summary(ped)

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

Run the code above in your browser using DataLab