Description Usage Arguments Value Examples
Function to generate a Barabasi-Albert network
1 | 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)
1 | cm3=BarabasiAlbert(200, 4)
|
Loading required package: shiny
Loading required package: deSolve
Loading required package: polspline
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.