numOutEdges {classGraph} | R Documentation |
In a directed or undirected graph, for each node count the number of edges “leaving” that nodes.
numOutEdges(g)
g |
an R object of class graph
(from package graph). |
an integer
vector the same length as
nodes(g)
giving the number of edges that ``go
out'' from each node.
Martin Maechler
leaves
; further edgeL
on
which this function is built.