Description Usage Arguments Value
Create a new BigMatrix-derived class
1 2 3 |
x |
NULL, matrix, or big.matrix. Optional data or big.matrix for new BigMatrix |
class |
character, class name. BigMatrix or BigMatrixFactor currently. |
backingfile |
character, full path to the file that will contain the data matrix |
nrow |
integer, number of rows in the matrix we are about to create |
ncol |
integer, number of columns in the matrix we are about to create |
dimnames |
list, list(rownames,colnames), as for a typical matrix |
type |
character, can be double, integer, or char |
... |
other args to pass to "new" method of generator object, like levels |
BigMatrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.