list2bdiag | R Documentation |
Forms a block-diagonal matrix from a list of matrices
list2bdiag(x)
x |
list of square matrices |
matrix
Jarrod Hadfield j.hadfield@ed.ac.uk
M<-list(rIW(diag(3), 10), rIW(diag(2), 10))
list2bdiag(M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.