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

as.ColumnLinkedMatrix

Converts an Object to a LinkedMatrix Object


Description

Converts an Object to a LinkedMatrix Object.

Usage

as.ColumnLinkedMatrix(x, ...)

## S3 method for class 'list'
as.ColumnLinkedMatrix(x, ...)

as.RowLinkedMatrix(x, ...)

## S3 method for class 'list'
as.RowLinkedMatrix(x, ...)

Arguments

x

An object to convert to a LinkedMatrix object.

...

Additional arguments.

Value

A LinkedMatrix object.

See Also

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

Examples

m1 <- ff::ff(initdata = rnorm(50), dim = c(5, 10))
m2 <- bigmemory::big.matrix(init = rnorm(50), nrow = 5, ncol = 10)
m3 <- matrix(data = rnorm(50), nrow = 5, ncol = 10)

myList <- list(m1, m2, m3)

m <- as.ColumnLinkedMatrix(myList)

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.