synbreed (version 0.12-9)

summary.relationshipMatrix: Summary of relationship matrices

Description

Summary method for class ''relationshipMatrix''

Usage

# S3 method for relationshipMatrix
summary(object,...)

Arguments

object

object of class ''relationshipMatrix''

...

not used

Examples

Run this code
# NOT RUN {
library(synbreedData)
data(maize)
U <- kin(codeGeno(maize),ret="realized")
summary(U)
# }

Run the code above in your browser using DataLab