Description Usage Arguments Details Value Author(s) References Examples
Calculates the weighted structure function matrix with exponential weighting parameter c_i.
| 1 | 
| g | A graph as a graphNEL object. | 
for deatils see the vignette or the reference
| weightStrucFuncMatrix_exp | Returns the weighted structure function matrix with exponential weighting parameter c_i. | 
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 4 | library(RBGL)
set.seed(123)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)
weightStrucFuncMatrix_exp(g)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.