R/flex_functions.R
rowSums_flex.Rd
rowSums_flex
rowSums_flex(mymatrix, ...)
matrix to use
other arguments passed to rowSums
rowSums
numeric
m <- matrix(rnorm(100), nrow = 10) rowSums_flex(m) #> [1] 0.18332126 4.76978167 2.51368351 -1.39248868 1.37009067 2.40526642 #> [7] -5.28027329 -2.82391471 2.80910576 0.06878712