powered by
konstantinova(g, dist = NULL)
library(QuACN) set.seed(123) g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE) mat.dist <- distanceMatrix(g) konstantinova(g) konstantinova(g,dist=mat.dist)
Run the code above in your browser using DataLab