Skip to contents

rowSums_flex

Usage

rowSums_flex(mymatrix)

Arguments

mymatrix

matrix to use

Value

numeric

Examples

m <- matrix(rnorm(100), nrow = 10)

rowSums_flex(m)
#>  [1] -0.2852256 -4.7180057  3.5983422 -1.4346828  2.0426869  2.0530418
#>  [7] -4.1031143 -3.5399338  1.3677829  9.0450398