Description Usage Arguments Details Author(s)
View source: R/as.BufferedMatrix.R
'as.BufferedMatrix' will coerce the supplied object into a BufferedMatrix. 'is.BufferedMatrix' checks whether the supplied argument is a BufferedMatrix.
1 2 | as.BufferedMatrix(x, bufferrows=1, buffercols=1,directory=getwd())
is.BufferedMatrix(x)
|
x |
an R object |
bufferrows |
number of rows to be buffered if the row buffer is activated |
buffercols |
number of columns to be buffered |
directory |
path to directory where temporary files should be stored |
These functions are useful for converting between R
matrix
objects and
BufferedMatrix
objects.
B. M. Bolstad <bmb@bmbolstad.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.