sparse: sparse class

Description Usage Arguments Details

View source: R/s3-generics.R

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.


sparsebnUtils documentation built on Jan. 27, 2021, 9:05 a.m.