Description Usage Arguments Examples
The x-axis represents the number of neighbors of each node, and the y-axis represents the proportion of neighbors which are connected to each other.
1 |
edgefinderobj |
The object (list) returned by edgefinder. |
clusterInfo |
obtained from graphComponents. If not provided by the user, it will be computed on the fly. |
highlightNodes |
A vector of node-numbers which will be shown in red. Default is NULL. |
1 2 3 4 | data(WT)
WTres <- edgefinder(WT, ttl = "Wild Type")
WTComp <- graphComponents(WTres$AdjMat)
plotDegCC(WTres,WTComp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.