Skip to contents

colSums_flex

Usage

colSums_flex(mymatrix, ...)

Arguments

mymatrix

matrix to use

...

other arguments passed to underlying functions

Value

numeric

Examples

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

colSums_flex(m)
#>  [1]  2.7662865  6.1291443 -0.4634387  0.6284646  1.0897333  1.5860792
#>  [7] -0.2525661 -3.6415845  2.2357187 -4.5952069