Description Usage Arguments Examples
View source: R/Generate_data.R
Generate epidemic under size constraint
1 2 3 4 5 6 7 8 | Generate_Constrained_Epidemic(
U,
.distriskhalf = 5 * 10^(-4),
jumprisk = 10^-6,
delta = 0.05,
numberinfected = 10,
foyersaleatoires = 2
)
|
U |
a data.frame with x and y |
.distriskhalf |
a positive number(default 5*10^(-4)) |
jumprisk |
=10^-6 a positive number |
delta |
=0.05 a positive number |
numberinfected |
target number of infected elements of the population, |
foyersaleatoires |
number of sources at random at the start |
1 2 | .distriskhalf=5*10^(-4);jumprisk=10^-6;delta=0.05; TT=10
UE<-Generate_Discrete_Time_Epidemic(U,3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.