powered by
net.comparing(graph1, graph2, topology.parameters = FALSE, degree = FALSE, cc = FALSE, betweenness = FALSE, eccentricity = FALSE, ave.path.len = FALSE, figure.type = 1, method = "utest", legendname)
TRUE
FALSE
plot
utest
comp.subnet
comp.rand.subnet
g1<-barabasi.game(100,power=0.8,directed = FALSE) g2<-erdos.renyi.game(100,p=0.01,directed = FALSE) res<-net.comparing(g1,g2,degree=TRUE,cc=TRUE,betweenness=FALSE)
Run the code above in your browser using DataLab