Print Matrix to file
Print a matrix or a list of matrices to file
PrintMatrix(x, ...) ## Default S3 method: PrintMatrix(x, output.file = "./matrix.csv", ...) ## S3 method for class 'list' PrintMatrix(x, output.file = "./matrix.csv", ...)
x |
Matrix or list of matrices |
... |
Aditional parameters |
output.file |
Output file |
Prints coma separated matrices, with labels
Diogo Melo
## Not run: m.list <- RandomMatrix(10, 4) PrintMatrix(m.list) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.