sccore (version 1.0.5)

adjacentVertices: List of adjacent vertices from igraph object

Description

List of adjacent vertices from igraph object

Usage

adjacentVertices(edge_verts)

Value

list of adjacent vertices

Arguments

edge_verts

edge vertices of igraph graph object

Examples

Run this code
if (FALSE) {
edges <- igraph::as_edgelist(conosGraph)
adjacentVertices(edges)
}

Run the code above in your browser using DataLab