list2bdiag {MCMCglmm} | R Documentation |
Forms a block-diagonal matrix through the direct product from a list of matrices
list2bdiag(x)
x |
list of square matrices |
matrix
Jarrod Hadfield j.hadfield@ed.ac.uk
M<-list(rIW(10, diag(3)), rIW(10, diag(2))) list2bdiag(M)