t: Matrix Transpose.

Description Usage Arguments Value Constraints See Also Examples

Description

t returns the transpose of FLMatrix objects.

Usage

1
t(object, ...)

Arguments

object

is of class FLMatrix

...

any additional arguments

Value

t returns a FLMatrix object which is the transpose of input FLMatrix object and replicates the equivalent R output.

Constraints

Input can be a matrix of dimensions (m x n) where m > n, m < n or m = n.

See Also

t 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))
resultFLMatrix <- t(flmatrix)

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