Learn R Programming

synbreed (version 0.9-2)

summary.pedigree: Summary of pedigree information

Description

Summary method for class ''pedigree''

Usage

## S3 method for class '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