as_character_matrix | R Documentation |
Get matrix as character matrix
as_character_matrix(x)
x |
caracas symbol |
if (has_sympy()) {
s <- as_sym("[[r1, r2, r3], [u1, u2, u3]]")
s2 <- apply(as_character_matrix(s), 2, function(x) (paste("1/(", x, ")")))
as_sym(s2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.