R/flex_functions.R
colSums_flex.Rd
colSums_flex
colSums_flex(mymatrix)
matrix to use
numeric
m <- matrix(rnorm(100), nrow = 10) colSums_flex(m) #> [1] 0.5626158 2.5194923 -10.1333315 -2.4267322 3.8784106 -1.9650656 #> [7] -2.8342559 -1.9619765 6.9062217 -2.2261136