matrix_ {caracas} | R Documentation |
Symbolic matrix
Description
Symbolic matrix
Usage
matrix_(..., declare_symbols = TRUE)
Arguments
... |
Passed on to |
declare_symbols |
Passed on to |
Examples
if (has_sympy()) {
matrix_(1:9, nrow = 3)
matrix_("a", 2, 2)
}
[Package caracas version 2.1.1 Index]