Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

as.matrix.LinkedMatrix

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 ColumnLinkedMatrix or a RowLinkedMatrix object.

...

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.


LinkedMatrix

Column-Linked and Row-Linked Matrices

v1.4.0
MIT + file LICENSE
Authors
Gustavo de los Campos [aut], Alexander Grueneberg [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.