Learn R Programming

filematrix (version 1.3)

File-Backed Matrix Class with Convenient Read and Write Access

Description

Interface for working with large matrices stored in files, not in computer memory. Supports multiple non-character data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4 byte real values). Access to parts of the matrix is done by indexing, exactly as with usual R matrices. Supports very large matrices. Tested on multi-terabyte matrices. Allows for more than 2^32 rows or columns. Allows for quick addition of extra columns to a filematrix. Cross-platform as the package has R code only.

Copy Link

Version

Install

install.packages('filematrix')

Monthly Downloads

483

Version

1.3

License

LGPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Andrey A Shabalin

Last Published

February 27th, 2018

Functions in filematrix (1.3)

filematrix-class

Manipulating file matrices (class "filematrix")
filematrix-package

File-backed numeric matrix.
fm.create

Functions to Create a New, or Open an Existing Filematrix