powered by
randomWalkMatrix(g)
set.seed(123) g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE) randomWalkMatrix(g)
Run the code above in your browser using DataLab