vertConnectMatrix: Vertex Connectivity Matrix

Description Usage Arguments Details Value Author(s) References Examples

View source: R/vertConnectMatrix.R

Description

Calculates the vertex connectivity matrix.

Usage

1

Arguments

g

A graph as a graphNEL object.

Details

for deatils see the vignette or the reference

Value

VerCon_Mat

Returns the vertex connectivity matrix.

Author(s)

Lavanya Sivakumar

References

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

Examples

1
2
3
library(RBGL)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)
vertConnectMatrix(g)

QuACN documentation built on May 2, 2019, 5:46 p.m.