Description Usage Arguments Value Examples
Create a new BigMatrix
1 2 |
x |
scalar numeric, NULL, matrix, or big.matrix. Optional data or big.matrix for new BigMatrix. A scalar numeric can be used to initalize the whole matrix. NULL gives the bigmemory feature of initializing to all zeros instantly. |
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 type of big.matrix (double, integer, char) |
BigMatrix
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.