powered by
Print a matrix or a list of matrices to file
PrintMatrix(x, ...)# S3 method for default PrintMatrix(x, output.file, ...)# S3 method for list PrintMatrix(x, output.file, ...)
# S3 method for default PrintMatrix(x, output.file, ...)
# S3 method for list PrintMatrix(x, output.file, ...)
Prints coma separated matrices, with labels
Matrix or list of matrices
Additional parameters
Output file
Diogo Melo
m.list <- RandomMatrix(10, 4) tmp = file.path(tempdir(), "matrix.csv") PrintMatrix(m.list, output.file = tmp )
Run the code above in your browser using DataLab