Description Usage Arguments Value Examples
SIRjump returns states of next jump given the states right now in SIR model.
1  | SIRjump(x, pars)
 | 
x | 
 A numeric vector: (time, S, I, R, N) at the previous jump.  | 
pars | 
 A numeric vector: (alpha, pI, beta, gamma, pR).  | 
A numeric vector: (time, S, I, R, N) immediately after the next jump.
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.