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] -1.48687024 -3.16861153 -1.23712519 4.69458589 0.72426389 -0.37902390 #> [7] 0.03970751 3.64465682 -0.81523302 -4.59233215