powered by
Low-level representation of sparse matrices.
sparse(x, ...)is.sparse(x)
is.sparse(x)
Various R objects.
R
(optional) additional arguments.
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.