Description Usage Arguments Value Examples
View source: R/afterpeak_info.R
afterpeak_info
returns the peak information and time of infected reducing to certain level after the peak
1 |
x |
the output from simulation |
A information list
1 2 | model1 <- rSIR (N0 = 1000, I0 = 0, S0 = 1000, days = 300, pars = c(1/10, 1, 1/5, 0.1, 0.1))
afterpeak_info(model1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.