remove_sparse_zeros | R Documentation |
Removes the entries in a sparse matrix or sparse vector which have a value of zero but nevertheless are still among the object's values, in any case there are any. Can also remove missing values if desired.
remove_sparse_zeros(X, na.rm = FALSE)
X |
A sparse matrix (COO, CSR, CSC) or sparse vector (any type) from the 'Matrix' package, whose values will be removed (left as non-present in the sparse representation) if they are zeros. |
na.rm |
Whether to also remove missing values ('NA' / 'NaN') from 'X'. |
The same matrix / vector X with its zeros removed from the sparse representation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.