Description Usage Arguments Details Value Author(s) References Examples
View source: R/vertConnectMatrix.R
Calculates the vertex connectivity matrix.
1 |
g |
A graph as a graphNEL object. |
for deatils see the vignette or the reference
VerCon_Mat |
Returns the vertex connectivity matrix. |
Lavanya Sivakumar
Dehmer M, Sivakumar L, Varmuzua K: Uniquely Discriminating Molecular Structures Using Novel Eigenvalue Based Descriptors. match 2012, 67:147-172
1 2 3 | library(RBGL)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)
vertConnectMatrix(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.