sccore (version 0.1.2)

adjacentVertices: 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

Run this code
# NOT RUN {
edges <- igraph::as_edgelist(conosGraph)
adjacentVertices(edges)
# }

Run the code above in your browser using DataLab