List of adjacent vertices from igraph object
List of adjacent vertices from igraph object
adjacentVertices(edge_verts)
edge_verts |
edge vertices of igraph graph object |
list of adjacent vertices
## Not run: edges <- igraph::as_edgelist(conosGraph) adjacentVertices(edges) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.