dimnames,big.matrix-method {bigmemory} | R Documentation |
Dimnames of a big.matrix Object
Description
Retrieve or set the dimnames of an object
Usage
## S4 method for signature 'big.matrix'
dimnames(x)
## S4 replacement method for signature 'big.matrix,list'
dimnames(x) <- value
Arguments
x |
A big.matrix object |
value |
A possible value for |
[Package bigmemory version 4.6.4 Index]