Learn R Programming

QuACN (version 1.8.0)

vertConnectMatrix: Vertex Connectivity Matrix

Description

Calculates the vertex connectivity matrix.

Usage

vertConnectMatrix(g)

Arguments

g
A graph as a graphNEL object.

Value

VerCon_Mat
Returns the vertex connectivity matrix.

Details

for deatils see the vignette or the reference

References

Dehmer M, Sivakumar L, Varmuzua K: Uniquely Discriminating Molecular Structures Using Novel Eigenvalue Based Descriptors. match 2012, 67:147-172

Examples

Run this code
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)
vertConnectMatrix(g)

Run the code above in your browser using DataLab