powered by
PrintMatrix(x, ...)## S3 method for class 'default': PrintMatrix(x, output.file = "./matrix.csv", ...)## S3 method for class 'list': PrintMatrix(x, output.file = "./matrix.csv", ...)
## S3 method for class 'default': PrintMatrix(x, output.file = "./matrix.csv", ...)
## S3 method for class 'list': PrintMatrix(x, output.file = "./matrix.csv", ...)
m.list <- RandomMatrix(10, 4) PrintMatrix(m.list)
Run the code above in your browser using DataLab