Learn R Programming

houba (version 0.1.0)

marray-class: Class "marray"

Description

S4 class for manipulating memory-mapped files as arrays

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 marray.

dim

An integer vector giving the dimensions of the marray.

datatype

character giving the C++ underlying datatype.

readonly

logical Indicates if the array if read-only.

Objects from the Class

Objects can be created by calling marray.

See Also

mmatrix-class, mvector-class