| make_csc_matrix | R Documentation |
Convert a matrix to CSC (Compressed Sparse Column) format
make_csc_matrix(x)
x |
A matrix, dgCMatrix, or simple_triplet_matrix |
A list with components i (row indices, 0-based),
p (column pointers, 0-based), x (values),
nrow, ncol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.