mat2cols {ramwas} | R Documentation |
Internal function for splitting a matrix into column vectors.
mat2cols(x)
x |
A matrix. |
List of matrix columns.
Andrey A Shabalin andrey.shabalin@gmail.com
See vignettes: browseVignettes("ramwas")
.
# Sample data data = matrix(1:12, nrow = 3) # Split it mat2cols(data)