createBufferedMatrix {BufferedMatrix} | R Documentation |
Creates a Buffered Matrix object
createBufferedMatrix(rows, cols=0, bufferrows=1, buffercols=1,prefix="BM",directory=getwd())
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 |
B. M. Bolstad <bmb@bmbolstad.com>