Description Usage Arguments Value Author(s) See Also Examples
View source: R/edgefunctions.R
mostEdges
finds the node that has the most edges in the graph.
This is the node with the highest degree.
1 | mostEdges(objGraph)
|
objGraph |
the graph object |
index |
the index of the node with the most edges |
id |
the node value with the most edges; may be affy id, locus link id, or genename depending on the node type |
maxLen |
the number of edges for that node |
Elizabeth Whalen
numEdges
, aveNumEdges
,
numNoEdges
1 2 3 | set.seed(123)
g1 <- randomGraph(11:30, letters[20:26], p=.4)
mostEdges(g1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.