Learn R Programming

houba (version 0.1.0)

mmatrix-class: Class "mmatrix"

Description

S4 class for manipulating memory-mapped files as matrices

Arguments

Slots

ptr

externalptr to an instance of the C++ MMatrix class

file

character with the path (absolute) of the file used to store the mmatrix

dim

An integer vector giving the dimensions of the mmatrix

datatype

character giving the C++ underlying datatype.

readonly

logical Indicates if the array is read-only.

Objects from the Class

Objects can be created by calling mmatrix.

See Also

marray-class, mvector-class