Skip to contents

rowMeans_flex

Usage

rowMeans_flex(mymatrix)

Arguments

mymatrix

matrix to use

Value

numeric

Examples

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