Learn R Programming

R.huge (version 0.10.1)

as.matrix.FileMatrix: Returns the elements of a file matrix as an R matrix

Description

Returns the elements of a file matrix as an R matrix, that is, imported into memory (if possible).

Usage

# S3 method for FileMatrix
as.matrix(x, ...)

Value

Returns a matrix.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see FileMatrix.