adjacentVertices: List of adjacent vertices from igraph object

View source: R/RcppExports.R

adjacentVerticesR 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)

hms-dbmi/sccore documentation built on Feb. 26, 2024, 5:06 p.m.