View source: R/utils-vectorized.R
mat_cumsum_columns_with_vector_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_vector_ceiling(X, ceil = Inf)
X |
(matrix) |
ceil |
(vector or Inf) the set of ceilings to be applied, per row of |
matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.