powered by
Calculate the Graphlet degree distribution (GDD) agreement between two networks
netGDD(net1, net2, mean = "arithmetic", i2inc = T)
The input network, which should be one of incgraph and igraph objects
"arithmetic" or "geometric" mean to be used
Whether the input graph object should to transformed into incgraph object
Agreement value between 0 and 1
netGDD(net1,net2,mean='arithmetic',i2inc=T)
# NOT RUN { nodes <-names(igraph::V(databases.net)) net1 <-subnet(databases.net,sample(nodes,100)) net2 <-subnet(databases.net,sample(nodes,100)) netGDD(net1,net2) # }
Run the code above in your browser using DataLab