readBinaryIntMatrixByRow: Reads binary matrix restricting to the specified rows

View source: R/rBinaryMatrixIO.R

readBinaryIntMatrixByRowR Documentation

Reads binary matrix restricting to the specified rows

Description

Reads binary matrix restricting to the specified rows

Usage

readBinaryIntMatrixByRow(fileStub, nCol, nRow, idxRow)

Arguments

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.

Value

status. 0 =ok


FellouMada/rBinaryMatrixIO documentation built on March 19, 2022, 2:28 a.m.