blodiag | R Documentation |
Split a vector x into a block diagonal matrix.
blodiag(x, blo)
x |
A vector of length |
blo |
A vector of positive integers such that |
A block-diagonal matrix with as many row as elements of blo
and n
columns.
The vector x
is split into length(blo)
sub-vectors and these are the blocks
of the resulting matrix.
Giovanni M. Marchetti
blkdiag
, diag
blodiag(1:10, blo = c(2, 3, 5))
blodiag(1:10, blo = c(3,4,0,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.