Description Usage Arguments Value See Also Examples
View source: R/ColumnLinkedMatrix.R
Converts an Object to a LinkedMatrix Object.
1 2 3 4 5 6 7 8 9 | as.ColumnLinkedMatrix(x, ...)
## S3 method for class 'list'
as.ColumnLinkedMatrix(x, ...)
as.RowLinkedMatrix(x, ...)
## S3 method for class 'list'
as.RowLinkedMatrix(x, ...)
|
x |
An object to convert to a |
... |
Additional arguments. |
A LinkedMatrix object.
ColumnLinkedMatrix-class, RowLinkedMatrix-class,
and LinkedMatrix-class for more information on the
ColumnLinkedMatrix, RowLinkedMatrix, and LinkedMatrix
classes.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.