Learn R Programming

Matrix (version 0.999375-42)

dgRMatrix-class: Sparse Compressed, Row-oriented Numeric Matrices

Description

The dgRMatrix class is a class of sparse numeric matrices in the compressed, sparse, row-oriented format. In this implementation the non-zero elements in the rows are sorted into increasing column order.

Note: Currently, the column-oriented sparse classes, e.g., dgCMatrix, are preferred and better supported in the Matrix package.

Arguments

Objects from the Class

Objects can be created by calls of the form new("dgRMatrix", ...).

See Also

the dgCMatrix class.