View source: R/MxAlgebraFunctions.R
rvectorize | R Documentation |
This function returns the vectorization of an input matrix in a row by row traversal of the matrix. The output is returned as a column vector.
rvectorize(x)
x |
an input matrix. |
cvectorize
, vech
, vechs
rvectorize(matrix(1:9, 3, 3))
rvectorize(matrix(1:12, 3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.