View source: R/matrix_functions.R
Flip a matrix in compressed sparse column format to compressed sparse row format
1 | flip_csc_matrix(csc_mat, zero_based_idx = TRUE)
|
csc_mat |
a matrix in compressed sparse column format |
zero_based_idx |
(boolean) are the i and p vectors 0-indexed? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.