summary.Pedigree {GeneticsPed}R Documentation

Pedigree summary

Description

summary.Pedigree reports TODO.

Usage

## S3 method for class 'Pedigree'
summary(object, ...)

Arguments

object

pedigree object

...

additional arguments for other methods (not used)

Details

TODO.

Value

TODO.

Author(s)

Gregor Gorjanc

See Also

Pedigree

Examples

  ped <- generatePedigree(nId=5)
  summary(ped)

[Package GeneticsPed version 1.50.0 Index]