Description Usage Arguments Value Author(s) References Examples
View source: R/totalAdjacency.R
This method calculates the Index of total Adjacency.
1 | totalAdjacency(g, am = NULL)
|
g |
a graph as a graphNEL object. |
am |
the adjacency matrix of g. |
This method returns
Laurin Mueller
D. Bonchev and D. H. Rouvray, Complexity in Chemistry, Biology, and Ecology, ser. Mathematical and Computational Chemistry. Springer, 2005, New York, NY, USA.
1 2 3 4 5 | library(RBGL)
set.seed(123)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)
totalAdjacency(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.