summary.pedigree {synbreed} | R Documentation |
Summary
method for class ”pedigree”
## S3 method for class 'pedigree' summary(object, ...)
object |
object of class ”pedigree” |
... |
not used |
Valentin Wimmer
# plant pedigree ped <- simul.pedigree(gener = 4, 7) summary(ped) # animal pedigree ped <- simul.pedigree(gener = 4, 7, animals = TRUE) summary(ped)