sparse: sparse class

Description Usage Arguments Details

Description

Low-level representation of sparse matrices.

Usage

1
2
3

Arguments

x

Various R objects.

...

(optional) additional arguments.

Details

An alternative data structure for storing sparse matrices in R using the (row, column, value) format. Internally it is stored as a list with three components, each vectors, that contain the rows / columns / values of the nonzero elements.


itsrainingdata/sparsebnUtils documentation built on June 5, 2019, 5:43 p.m.