distancePathMatrix: Distance Path Matrix

Description Usage Arguments Details Value Author(s) References Examples

View source: R/distancePathMatrix.R

Description

Calculates the distance path matrix.

Usage

1

Arguments

g

A graph as a graphNEL object.

Details

for deatils see the vignette or the reference

Value

Dis_Path_Mat

Returns distance path 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
4
library(RBGL)
set.seed(123)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)
distancePathMatrix(g)

QuACN documentation built on May 2, 2019, 8:18 a.m.