Learn R Programming

Matrix (version 0.995-5)

dgRMatrix-class: Compressed, sparse, row-oriented numeric matrices

Description

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

Note: Currently, the column-oriented sparse classes, e.g., dgCMatrix-class, 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

dgCMatrix-class