as_vec | R Documentation |
Stacks matrix to vector
as_vec(x)
x |
Matrix |
if (has_sympy()) {
A <- as_sym(matrix(1:9, 3))
as_vec(A)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.