R/flex_functions.R
colSums_flex.Rd
colSums_flex
colSums_flex(mymatrix, ...)
matrix to use
other arguments passed to underlying functions
numeric
m <- matrix(rnorm(100), nrow = 10) colSums_flex(m) #> [1] 2.7662865 6.1291443 -0.4634387 0.6284646 1.0897333 1.5860792 #> [7] -0.2525661 -3.6415845 2.2357187 -4.5952069