rowMeans: row means of a FLMatrix.

Description Usage Arguments Value See Also Examples

Description

rowMeans computes the row-wise average of FLMatrix objects.

Usage

1
rowMeans(object, ...)

Arguments

object

is of class FLMatrix.

...

any additional arguments

Value

rowMeans returns a FLVector object representing the row-wise Means.

See Also

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

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