cumsum.caracas_symbol | R Documentation |
Cumulative Sums
## S3 method for class 'caracas_symbol'
cumsum(x)
x |
Elements to sum |
if (has_sympy()) {
A <- matrix(1:9, 3)
cumsum(A)
B <- matrix_sym(3, 3)
cumsum(B)
C <- vector_sym(3)
cumsum(C)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.