Description Usage Arguments Value Examples
View source: R/BigMatrixFactor.R
Create a new BigMatrixFactor
1 2 | BigMatrixFactor(x = NA_character_, backingfile, nrow,
ncol, dimnames = NULL, levels)
|
x |
scalar or matrix to be treated as character. |
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 |
levels |
character, as for a typical factor |
BigMatrixFactor
1 2 3 4 5 |
Loading required package: bigmemory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.