R/flex_functions.R
rowMeans_flex.Rd
rowMeans_flex
rowMeans_flex(mymatrix)
matrix to use
numeric
m <- matrix(rnorm(100), nrow = 10) rowMeans_flex(m) #> [1] 0.08871945 -0.29999737 0.47536178 -0.66005505 -0.03974135 -0.45622412 #> [7] -0.14340232 -0.50460708 0.45589154 -0.04022921