readBinaryIntMatrix: Reads binary matrix

View source: R/rBinaryMatrixIO.R

readBinaryIntMatrixR Documentation

Reads binary matrix

Description

The function checks if the target binary file has the expected number of rows and columns.

Usage

readBinaryIntMatrix(fileStub, nCol, nRow)

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

Value

status. 0 =ok


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