R/flex_functions.R
mean_flex.Rd
mean_flex
mean_flex(x, ...)
data to use
other arguments to pass
numeric
m <- matrix(rnorm(100), nrow = 10) mean_flex(m) #> [1] 0.05046857