LinkedMatrix-package {LinkedMatrix}R Documentation

Column-Linked and Row-Linked Matrices

Description

A class that links matrix-like objects (nodes) by rows or by columns while behaving similarly to a base R matrix. Very large matrices are supported if the nodes are file-backed matrices.

See Also

ColumnLinkedMatrix-class, RowLinkedMatrix-class, and LinkedMatrix-class for more information on the ColumnLinkedMatrix, RowLinkedMatrix, and LinkedMatrix classes.


[Package LinkedMatrix version 1.4.0 Index]