Skip to contents

rowMeans_flex

Usage

rowMeans_flex(mymatrix, ...)

Arguments

mymatrix

matrix to use

...

other arguments passed to underlying functions

Value

numeric

Examples

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