Description Usage Arguments Value Author(s) References Examples
This method calculates the vertex degree equality-based information index
1 | vertexDegree(g, deg = NULL)
|
g |
a graph as a graphNEL object. |
deg |
the degree of each node of g. |
This method returns the Vertex degree equality-based information index.
Laurin Mueller
D. Bonchev, Information Theoretic Indices for Characterization of Chemical Structures. Research Studies Press, Chichester, 1983.
1 2 3 4 5 | library(RBGL)
set.seed(123)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)
vertexDegree(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.