| as.matrix.LinkedMatrix {LinkedMatrix} | R Documentation |
Converts a LinkedMatrix Instance to a Matrix (if Small Enough)
Description
Converts a LinkedMatrix Instance to a Matrix (if Small Enough).
Usage
## S3 method for class 'LinkedMatrix'
as.matrix(x, ...)
Arguments
x |
Either a |
... |
Additional arguments (unused). |
Value
A matrix.
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]