HenrikBengtsson / matrixStats

R package: Methods that Apply to Rows and Columns of Matrices (and to Vectors)
https://cran.r-project.org/package=matrixStats
202 stars 33 forks source link

rowAlls()/colAlls(): support vector value argument #214

Open alyst opened 2 years ago

alyst commented 2 years ago

Would be nice to support vectors for the value= argument in rowAlls()/colAlls() function, i.e. checking that all the elements in the i-th row/column equal to the value[[i]].