colMeans: column means of a FLMatrix.

Description Usage Arguments Value See Also Examples

Description

colMeans computes the column-wise average of FLMatrix objects.

Usage

1
colMeans(object, ...)

Arguments

object

is of class FLMatrix.

...

any additional arguments.

Value

colMeans returns a FLVector object representing the column-wise Means.

See Also

colMeans 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 <- colMeans(flmatrix)

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