Learn R Programming

QuACN (version 1.8.0)

augmentedMatrix: Augmented Matrix

Description

Calculates the augmented vertex degree matrix.

Usage

augmentedMatrix(g)

Arguments

g
A graph as a graphNEL object.

Value

Aug_Mat
Retruns the augmented vertex degree 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
set.seed(123)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)
augmentedMatrix(g)

Run the code above in your browser using DataLab