summary.pedigree {synbreed}R Documentation

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

Author(s)

Valentin Wimmer

Examples

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

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

[Package synbreed version 0.12-12 Index]