Description Usage Arguments Value
View source: R/misc-utilities.R
Pull the Vertex from a Given Edge in Graph Returns the index of a vertex in an edge
1 | get_edge_vertex(g, e, node = c("from", "to"))
|
g |
igraph object |
e |
integer/numeric/igraph.es edge index |
node |
'from' for from node, 'to' for to-node |
numeric of the vertex index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.