dimnames-methods | R Documentation |
TODO.
## S4 method for signature 'Matrix'
dimnames(x)
## S4 method for signature 'MatrixFactorization'
dimnames(x)
## S4 replacement method for signature 'Matrix,list'
dimnames(x) <- value
## S4 replacement method for signature 'MatrixFactorization,list'
dimnames(x) <- value
## S4 method for signature 'Matrix'
unname(obj, force = FALSE)
## S4 method for signature 'MatrixFactorization'
unname(obj, force = FALSE)
x |
. |
value |
. |
obj |
. |
force |
. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.