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] -4.7180057  3.5983422 -1.4346828  2.0426869  2.0530418 -4.1031143
#>  [7] -3.5399338  1.3677829  9.0450398 -0.2253641