Description Usage Arguments Details Value Author(s) References Examples
View source: R/distancePathMatrix.R
Calculates the distance path matrix.
1 |
g |
A graph as a graphNEL object. |
for deatils see the vignette or the reference
Dis_Path_Mat |
Returns distance path 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)
distancePathMatrix(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.