bdiag | R Documentation |
Return a block diagonal matrix formed from the input list of matrices
bdiag(x)
x |
a list of matrices |
Returned is a matrix of the form diag(x1, ..., xn) where n is the length of the list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.