Description Usage Arguments Value Author(s) References Examples
View source: R/radialcentric.R
This method calculates the Radial Centric Information Index.
1 | radialCentric(g, dist = NULL)
|
g |
a graph as a graphNEL object. |
dist |
the distance matrix of the graph. If the parameter is empty the distance matrix will be calculated within the function. |
This method returns the Radial Centric Information Index.
Laurin Mueller <laurin@eigenlab.net>
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)
radialCentric(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.