R/flex_functions.R
rowSums_flex.Rd
rowSums_flex
rowSums_flex(mymatrix)
matrix to use
numeric
m <- matrix(rnorm(100), nrow = 10) rowSums_flex(m) #> [1] -3.2633466 0.8202703 -0.7037007 6.4767033 -0.9073380 0.1795544 #> [7] -4.7973931 5.0083554 1.3595007 -0.8435152