View source: R/042_atoms_affine_sum.R
| sum_entries | R Documentation |
Sum the entries of an expression
sum_entries(x, axis = NULL, keepdims = FALSE)
x |
An Expression or numeric value. |
axis |
NULL (sum all), 1 (row-wise, like apply(X,1,sum)), or 2 (column-wise, like apply(X,2,sum)). |
keepdims |
Logical: if TRUE, keep the reduced dimension as size 1. |
A SumEntries expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.