Learn R Programming

QuACN (version 1.8.0)

randomWalkMatrix: Random Walk Markov Matrix

Description

Calculates the random walk markov matrix.

Usage

randomWalkMatrix(g)

Arguments

g
A graph as a graphNEL object.

Value

RanWalk_Mat
Returns the random walk markov 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)
randomWalkMatrix(g)

Run the code above in your browser using DataLab