powered by
graphIndexComplexity(g)
library(graph) set.seed(123) g <- randomEGraph(as.character(1:10), 0.6) graphIndexComplexity(g)
Run the code above in your browser using DataLab