get_edge_incidence | R Documentation |
Return the edge incidence matrix of an igraph graph
get_edge_incidence(g, weight = 1)
g |
igraph graph object. |
weight |
edge weights. |
Edge incidence matrix of the graph g, with +weight for the source node and -weight for the target node.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.