Vectorize By Column
This function returns the vectorization of an input matrix in a column by column traversal of the matrix. The output is returned as a column vector.
cvectorize(x)
x |
an input matrix. |
cvectorize(matrix(1:9, 3, 3)) cvectorize(matrix(1:12, 3, 4))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.