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.368902260 -0.739446027 -0.568637822 -0.047704951  0.425342369
#>  [6]  0.001307262 -0.057823681 -0.013341550 -0.601613171  0.042173735