dim<-.caracas_symbol | R Documentation |
Dimensions of a caracas symbol
## S3 replacement method for class 'caracas_symbol'
dim(x) <- value
x |
caracas symbol |
value |
new dimension |
if (has_sympy()) {
v <- vector_sym(4)
v
dim(v)
dim(v) <- c(2, 2)
v
m <- matrix_sym(2, 2)
dim(m)
dim(m) <- c(4, 1)
m
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.