| igraph.to.sparseAdjMat | R Documentation |
Convert igraph network object into its sparse adjacency matrix representation using as_adjacency_matrix function from the igraph package.
igraph.to.sparseAdjMat(igraph_network)
igraph_network |
Network as an |
Sparase adjacency matrix returned by igraph::as_adjacency_matrix function.
NOTE: for directed graphs the friend IDs pointing into vertex i are assumed to be listed in the column i
(i.e, which(adjmat[,i]) are friends of i).
network; sparseAdjMat.to.NetInd; NetInd.to.sparseAdjMat; sparseAdjMat.to.igraph;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.