createBufferedMatrix: createBufferedMatrix

Description Usage Arguments Author(s)

View source: R/createBufferedMatrix.R

Description

Creates a Buffered Matrix object

Usage

1
createBufferedMatrix(rows, cols=0, bufferrows=1, buffercols=1,prefix="BM",directory=getwd())

Arguments

rows

Number of rows in the matrix

cols

Initial number of coulmns in the matrix

bufferrows

number of rows to be buffered if the row buffer is activated

buffercols

number of columns to be buffered

prefix

String to be used as start of name for any temporary files

directory

path to directory where temporary files should be stored

Author(s)

B. M. Bolstad <bmb@bmbolstad.com>


BufferedMatrix documentation built on Nov. 8, 2020, 7:46 p.m.