list2bdiag {MCMCglmm}R Documentation

Forms the direct product from a list of matrices

Description

Forms a block-diagonal matrix through the direct product from a list of matrices

Usage

list2bdiag(x)

Arguments

x list of square matrices

Value

matrix

Author(s)

Jarrod Hadfield j.hadfield@ed.ac.uk

Examples

M<-list(rIW(10, diag(3)), rIW(10, diag(2)))
list2bdiag(M)

[Package MCMCglmm version 1.06 Index]