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)

kharchenkolab/sccore documentation built on Feb. 26, 2024, 12:41 a.m.