as_vec {caracas} | R Documentation |
Stacks matrix to vector
Description
Stacks matrix to vector
Usage
as_vec(x)
Arguments
x |
Matrix |
Examples
if (has_sympy()) {
A <- as_sym(matrix(1:9, 3))
as_vec(A)
}
[Package caracas version 2.1.1 Index]