R/flex_functions.R
colMeans_flex.Rd
colMeans_flex
colMeans_flex(mymatrix, ...)
matrix to use
other arguments passed to underlying functions
numeric
m <- matrix(rnorm(100), nrow = 10) colMeans_flex(m) #> [1] 0.24354022 0.41121232 -0.30817256 -0.10224842 0.07792477 0.03161090 #> [7] -0.20271960 0.05367410 -0.05928110 -0.76215688