make_csc_matrix | R Documentation |
Convert a plain matrix or simple triplet form matrix to a [Matrix::dgCMatrix-class] (implicit) form
make_csc_matrix(x)
x |
a matrix or a simple triplet form matrix |
a list of row pointer, column pointer, and values corresponding to a [Matrix::dgCMatrix-class] object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.