View source: R/rBinaryMatrixIO.R
readBinaryIntMatrix | R Documentation |
The function checks if the target binary file has the expected number of rows and columns.
readBinaryIntMatrix(fileStub, nCol, nRow)
fileStub |
file name for binary file. Will create fileStub_BY_COL.bin and fileStub_BY_ROW. |
nCol |
number of column |
nRow |
number of rows |
status. 0 =ok
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.