Skip to contents

rowSums_flex

Usage

rowSums_flex(mymatrix, ...)

Arguments

mymatrix

matrix to use

...

other arguments passed to rowSums

Value

numeric

Examples

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

rowSums_flex(m)
#>  [1]  0.18332126  4.76978167  2.51368351 -1.39248868  1.37009067  2.40526642
#>  [7] -5.28027329 -2.82391471  2.80910576  0.06878712