The cumulative sum, ∑i=1kxi for k=1,…,n. When calling cumsum, matrices are automatically flattened into column-major order before the sum is taken.
methods
cumsum_axis(expr, axis =2)## S4 method for signature 'Expression'cumsum(x)
Arguments
axis: (Optional) The dimension across which to apply the function: 1 indicates rows, and 2 indicates columns. The default is 2.