View source: R/rBinaryMatrixIO.R
readBinaryIntMatrixByColumn | R Documentation |
Reads binary matrix restricting to the specified columns
readBinaryIntMatrixByColumn(fileStub, nCol, nRow, idxColumn)
fileStub |
file name for binary file. Will create fileStub_BY_COL.bin and fileStub_BY_ROW. |
nCol |
number of column |
nRow |
number of rows |
idxColumn |
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.