as.matrix.FileMatrix {R.huge}R Documentation

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 class 'FileMatrix':
as.matrix(x, ...)

Arguments

... Not used.

Value

Returns a matrix.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see FileMatrix.


[Package R.huge version 0.1.5 Index]