BarabasiAlbert {epimdr} | R Documentation |
Function to generate a Barabasi-Albert network
BarabasiAlbert(N, K)
N |
the number of nodes |
K |
the number of neighbors to which each node is connected so degree = 2*K |
An object of class CM (contact matrix)
cm3=BarabasiAlbert(200, 4)