dimnames-methods: Dimnames of a Matrix

dimnames-methodsR Documentation

Dimnames of a Matrix

Description

TODO.

Usage

## 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)

Arguments

x

.

value

.

obj

.

force

.


Matrix documentation built on Aug. 13, 2024, 3:01 p.m.