matrix_ | R Documentation |
Symbolic matrix
matrix_(..., declare_symbols = TRUE)
... |
Passed on to |
declare_symbols |
Passed on to |
if (has_sympy()) {
matrix_(1:9, nrow = 3)
matrix_("a", 2, 2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.