Learn R Programming

epimdr (version 0.6-5)

WattsStrogatz: Function to generate a Watts-Strogats network

Description

Function to generate a Watts-Strogats network

Usage

WattsStrogatz(N, K, Prw)

Arguments

N

the number of nodes

K

the number of neighbors to which each node is connected so degree = 2*K

Prw

the rewiring probability

Value

An object of class CM (contact matrix)

Examples

Run this code
# NOT RUN {
cm2=WattsStrogatz(N=20, K=4, Prw=.3)
# }

Run the code above in your browser using DataLab