Learn R Programming

synbreed (version 0.9-2)

summary.relationshipMatrix: Summary of relationship matrices

Description

Summary method for class ''relationshipMatrix''

Usage

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

Arguments

object
object of class ''relationshipMatrix''
...
not used

Examples

Run this code
data(maize)
U <- kin(codeGeno(maize),ret="realized")
summary(U)

Run the code above in your browser using DataLab