Learn R Programming

houba (version 0.1.0)

mvector-class: Class mvector

Description

S4 class for manipulating memory-mapped files as vectors

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 mvector

length

An integer giving the length of the mvector

datatype

character giving the C++ underlying datatype.

readonly

logical Indicates if the vector if read-only.

Objects from the Class

Objects can be created by calling mvector.

See Also

marray-class, mmatrix-class