powered by
Stacks matrix to vector
as_vec(x)
Matrix
if (has_sympy()) { A <- as_sym(matrix(1:9, 3)) as_vec(A) }
Run the code above in your browser using DataLab