View source: R/rBinaryMatrixIO.R
readBinaryIntMatrixByRow | R Documentation |
Reads binary matrix restricting to the specified rows
readBinaryIntMatrixByRow(fileStub, nCol, nRow, idxRow)
fileStub |
file name for binary file. Will create fileStub_BY_COL.bin and fileStub_BY_ROW. |
nCol |
number of column |
nRow |
number of rows |
idxRow |
1 based row indices. |
status. 0 =ok
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.