Description Usage Arguments Value Author(s) See Also Examples
View source: R/WriteMatrixToFile.R
Function to write a data matrix to a text file.
1 | WriteMatrixToFile(tmpMatrix, tmpFileName, blnRowNames, blnColNames)
|
tmpMatrix |
The object matrix containing data. |
tmpFileName |
The string name of the text file to write the matrix to. |
blnRowNames |
Logical value indicating if row names of the matrix should be written along with the matrix. |
blnColNames |
Logical value indicating if the column names of the matrix should be written with the matrix. |
Text file containing the data matrix.
Peiyong Guan
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.