readBinaryIntMatrixByColumn: Reads binary matrix restricting to the specified columns

View source: R/rBinaryMatrixIO.R

readBinaryIntMatrixByColumnR Documentation

Reads binary matrix restricting to the specified columns

Description

Reads binary matrix restricting to the specified columns

Usage

readBinaryIntMatrixByColumn(fileStub, nCol, nRow, idxColumn)

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

idxColumn

1 based row indices.

Value

status. 0 =ok


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