mat_cumsum_columns_with_scalar_ceiling {nhppp} | R Documentation |
ceil
with NA
.
No checks for arguments is done.Return matrix with column-wise cumulative sum
replacing cells larger than ceil
with NA
.
No checks for arguments is done.
mat_cumsum_columns_with_scalar_ceiling(X, ceil = Inf)
X |
(matrix) |
ceil |
(double or Inf) the ceiling to be applied |
matrix