numEdges {graph} | R Documentation |
numEdges
counts the number of edges in the graph object.
numEdges(graph)
graph |
the graph |
An integer representing the number of edges will be returned.
Elizabeth Whalen
aveNumEdges
, mostEdges
,
numNoEdges
set.seed(333) g1 <- randomEGraph(letters[13:26], .2) numEdges(g1)