| length | R Documentation | 
Get the length of a vector or a matrix.
## S4 method for signature 'fmV' length(x) ## S4 method for signature 'fm' length(x)
| x | an FlashR object. | 
an integer of length 1 or a double if the object has more than 2^31-1 elements.
mat <- fm.runif.matrix(100, 10) length(mat)