synbreed (version 0.12-9)

summary.pedigree: Summary of pedigree information

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
# NOT RUN {
# 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