View source: R/frameToMatrix.R
frameToMatrix | R Documentation |
Function to transform a data frame into a matrix
frameToMatrix(dataset)
dataset |
A list of data sets |
A list of matrix transformed from the list of data frames
dataset = list(
matrix(runif(5000, 1, 2), nrow = 100, ncol = 50),
matrix(runif(5000, 1, 2), nrow = 100, ncol = 50)
)
frameToMatrix(dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.