infer_blockform | R Documentation |
Infer Block Form from a Matrix
infer_blockform(x)
x |
a symmetric matrix of numeric |
a vector of integer describing the blocks in the matrix.
m <- matrix(c(1, 2, 0, 2, 3, 0, 0, 0, 4), nrow = 3)
infer_blockform(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.