[.relationshipMatrix {synbreed} | R Documentation |
Extract or replace part of an object of class relationshipMatrix
.
## S3 method for class 'relationshipMatrix' x[...]
x |
object of class ”relationshipMatrix” |
... |
indices |
## Not run: data(maize) U <- kin(codeGeno(maize),ret="realized") U[1:3,1:3] ## End(Not run)