Description Usage Arguments Value Author(s) See Also Examples
View source: R/edgefunctions.R
numNoEdges
calculates the number of nodes that have an edge list
of NULL (i.e. no edges).
1 | numNoEdges(objGraph)
|
objGraph |
the graph object |
An integer representing the number of NULL edge lists in the graph.
Elizabeth Whalen
numEdges
, aveNumEdges
,
mostEdges
1 2 3 | set.seed(999)
g1 <- randomEGraph(letters, .01)
numNoEdges(g1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.