Learn R Programming

R.huge (version 0.10.1)

getByRow.FileMatrix: 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 FileMatrix
getByRow(this, ...)

Value

Returns TRUE if the elements are stored row by row, otherwise FALSE.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see FileMatrix.