[.relationshipMatrix {synbreed}R Documentation

Extract or replace part of relationship matrix

Description

Extract or replace part of an object of class relationshipMatrix.

Usage

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

Arguments

x

object of class ”relationshipMatrix”

...

indices

Examples

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

## End(Not run)

[Package synbreed version 0.12-12 Index]