get_edge_vertex: Pull the Vertex from a Given Edge in Graph Returns the index...

Description Usage Arguments Value

View source: R/misc-utilities.R

Description

Pull the Vertex from a Given Edge in Graph Returns the index of a vertex in an edge

Usage

1
get_edge_vertex(g, e, node = c("from", "to"))

Arguments

g

igraph object

e

integer/numeric/igraph.es edge index

node

'from' for from node, 'to' for to-node

Value

numeric of the vertex index


robertness/lucy documentation built on May 27, 2019, 10:32 a.m.