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