colSums: column sums of a FLMatrix.

Description Usage Arguments Value See Also Examples

Description

colSums computes the column-wise sums of FLMatrix objects.

Usage

1
colSums(object, ...)

Arguments

object

is of class FLMatrix.

Value

colSums returns a FLVector object representing the col-wise sums.

See Also

colSums for corresponding R function reference

Examples

1
2
3
flmatrix <- FLMatrix(getTestTableName("tblMatrixMulti"), 5,"MATRIX_ID",
                                       "ROW_ID","COL_ID","CELL_VAL",dims= c(5,5))
resultFLVector <- colSums(flmatrix)

Fuzzy-Logix/AdapteR documentation built on May 6, 2019, 5:07 p.m.