as.matrix.LinkedMatrix {LinkedMatrix} | R Documentation |
Converts a LinkedMatrix Instance to a Matrix (if Small Enough).
## S3 method for class 'LinkedMatrix'
as.matrix(x, ...)
x |
Either a |
... |
Additional arguments (unused). |
A matrix.
ColumnLinkedMatrix-class
,
RowLinkedMatrix-class
, and LinkedMatrix-class
for more information on the ColumnLinkedMatrix
,
RowLinkedMatrix
, and LinkedMatrix
classes.