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)