Description Usage Arguments Value Author(s) References Examples
View source: R/edgeMagnitudeMIC.R
This method calculates the mean information content on the edge magnitude.
1 | edgeMagnitudeMIC(g, deg=NULL)
|
g |
a graph as a graphNEL object. |
deg |
the degree of each node of g. Will be automatically calculated if not supplied. |
The return value is the mean information content on the edge magnitude, a measure based on the ratio of individual edge connectivities to their sum (the Randic index).
Michael Schutte
Bonchev, D., Mekenyan, O. and Trinajstic, N. Isomer Discrimination by Topological Information Approach. J. Comput. Chem., 2:127-148, 1981
1 2 3 4 5 | set.seed(987)
g <- randomEGraph(LETTERS[1:10], 0.3)
deg <- graph::degree(g)
edgeMagnitudeMIC(g, deg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.