dim-methods: Dimensions of a Matrix

dim-methodsR Documentation

Dimensions of a Matrix

Description

TODO.

Usage

## S4 method for signature 'Matrix'
dim(x)
## S4 method for signature 'MatrixFactorization'
dim(x)

## S4 replacement method for signature 'sparseVector'
dim(x) <- value

## S4 method for signature 'Matrix'
length(x)
## S4 method for signature 'MatrixFactorization'
length(x)
## S4 method for signature 'sparseVector'
length(x)

Arguments

x

.

value

.


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