adjacentVertices {sccore} | R Documentation |
List of adjacent vertices from igraph object
Description
List of adjacent vertices from igraph object
Usage
adjacentVertices(edge_verts)
Arguments
edge_verts |
edge vertices of igraph graph object |
Value
list of adjacent vertices
Examples
## Not run:
edges <- igraph::as_edgelist(conosGraph)
adjacentVertices(edges)
## End(Not run)
[Package sccore version 1.0.5 Index]