create_block_diagonal | R Documentation |
Function for creating a block diagonal given two matrices.
create_block_diagonal(matrix1, matrix2)
matrix1 |
A matrix. |
matrix2 |
A matrix |
A block diagonal matrix with matrix1 on top left and matrix2 on bottom right.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.