mat_cumsum_columns_with_scalar_ceiling {nhppp} | R Documentation |
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 |
Value
matrix
[Package nhppp version 0.1.4 Index]