getByRow.FileMatrix {R.huge} | R Documentation |
Checks if elements are stored row by row or not
Description
Checks if elements are stored row by row or not.
Usage
## S3 method for class 'FileMatrix'
getByRow(this, ...)
Arguments
... |
Not used. |
Value
Returns TRUE
if the elements are stored row by row, otherwise FALSE
.
Author(s)
Henrik Bengtsson
See Also
For more information see FileMatrix
.
[Package R.huge version 0.10.1 Index]