Skip to contents

colSums_flex

Usage

colSums_flex(mymatrix)

Arguments

mymatrix

matrix to use

Value

numeric

Examples

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

colSums_flex(m)
#>  [1]   1.3396257   4.9253110 -11.5121833  -1.9314278   3.6286812  -0.6779535
#>  [7]  -4.7705262  -1.3051013   5.4512605  -0.7708679