View source: R/utils-vectorized.R
mat_cumsum_columns_with_scalar_ceiling | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.