powered by
List of adjacent vertices from igraph object
adjacentVertices(edge_verts)
list of adjacent vertices
edge vertices of igraph graph object
if (FALSE) { edges <- igraph::as_edgelist(conosGraph) adjacentVertices(edges) }
Run the code above in your browser using DataLab