| adjacentVertices {sccore} | R Documentation |
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)