mat_cumsum_columns_with_scalar_ceiling: Return matrix with column-wise cumulative sum
replacing cells larger than ceil
with NA
.
No checks for arguments is done.
Description
Return matrix with column-wise cumulative sum
replacing cells larger than ceil
with NA
.
No checks for arguments is done.
Usage
mat_cumsum_columns_with_scalar_ceiling(X, ceil = Inf)
Arguments
- X
(matrix)
- ceil
(double or Inf) the ceiling to be applied