R/flex_functions.R
rowMeans_flex.Rd
rowMeans_flex
rowMeans_flex(mymatrix, ...)
matrix to use
other arguments passed to underlying functions
numeric
m <- matrix(rnorm(100), nrow = 10) rowMeans_flex(m) #> [1] -0.599541665 -0.366454703 -0.053023587 -0.316479112 -0.304890614 #> [6] 0.219848082 -0.166381359 0.365354374 -0.007413362 -0.053142743