Description Usage Arguments Value See Also
View source: R/DataConversionFunctions.R
Converts a sparse matrix into a data frame triplets.
1 | SparseMatrixToTriplets(smat)
|
smat |
A sparse matrix. |
A data frame of triplets.
Other Sparse matrix transformation functions:
ConvertMultiColumnDataFrameToSparseMatrix()
,
ToColumnValueIncidenceMatrix()
,
TripletsToSparseMatrix()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.