Extract.relationshipMatrix: Extract or replace part of relationship matrix

Description Usage Arguments Examples

Description

Extract or replace part of an object of class relationshipMatrix.

Usage

1
2
## S3 method for class 'relationshipMatrix'
x[...]

Arguments

x

object of class ā€¯relationshipMatrixā€¯

...

indices

Examples

1
2
3
4
5
6
## Not run: 
data(maize)
U <- kin(codeGeno(maize),ret="realized")
U[1:3,1:3]

## End(Not run)

synbreed documentation built on March 12, 2021, 3:01 a.m.