Description Usage Arguments Details Value Examples
A basic SIRS mode with equal births and deaths; 3 compartments susceptible, infection and recovery processes solved using ode
1 |
pars |
|
init |
|
time |
time sequence |
S
,I
,R
must be positive and S + I + R <= 1.
list
The list contains four arguments.First, second and third are the arguments of the function $pars
,$init
, $time
. The fourth argument results
, is a data.frame
and S3 element (class type 'sir'). The results for each stage across a specific time-frame are displayed in this dataframe
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.