View source: R/rBinaryMatrixIO.R
writeBinaryIntMatrix | R Documentation |
Writes binary matrix
writeBinaryIntMatrix(fileStub, inmatrix)
fileStub |
file name for binary file. Will create fileStub_BY_COL.bin and fileStub_BY_ROW. |
inmatrix |
matrix if integers. Should have at least one element. |
status. 0 =ok
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.