Description Usage Arguments Value Constraints Examples
rankMatrix computes the rank of FLMatrix objects.
| 1 | rankMatrix(object, ...)
 | 
| object | is of class FLMatrix | 
| ... | any additional arguments | 
rankMatrix returns R vector object of size 1 which replicates the equivalent R output.
Input can have maximum dimension limitations of (1000 x 1000).
| 1 2 | flmatrix <- FLMatrix("tblMatrixMulti", 5,"MATRIX_ID","ROW_ID","COL_ID","CELL_VAL")
resultFLVector <- rankMatrix(flmatrix)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.