Description Usage Arguments Value Examples
View source: R/03_sparsematrix_from_matrix.R
Converts adjacency matrices (class "matrix") to a sparse matrices (class "dgCMatrix").
| 1 | sparsematrix_from_matrix(adj_mat)
 | 
| adj_mat | Adjacency matrix. | 
A sparse matrix of class dgCMatrix.
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.