mat2list {yulab.utils} | R Documentation |
mat2list
Description
convert a matrix to a list
Usage
mat2list(x)
Arguments
x |
the input matrix |
Value
a list that contains matrix columns as its elements
Examples
x <- matrix(1:15, nrow = 3)
mat2list(x)
[Package yulab.utils version 0.1.5 Index]