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] -4.7180057 3.5983422 -1.4346828 2.0426869 2.0530418 -4.1031143 #> [7] -3.5399338 1.3677829 9.0450398 -0.2253641