Description Usage Arguments Examples
View source: R/hospfig.daily.R
To show a figure for predicted daily hospitalization.
1 | hospfig.daily(showdays = 60, dailyhosp)
|
showdays |
Input. Number of days to project. |
dailyhosp |
Input. Object from function Prehos.daily. |
1 2 3 4 5 | ## To predicte 100 days from today (dayFT=100).
casevolumne <- fitSIR(susceptible=4119405, Infected=3733, inihos=14,
hosrate=2.5, hms=15, inidbt=4, mrt=14, sdis=30, dayFT=100)
dailyhosp <- Prehos.daily(casevolumne, hosrate=2.5, icurate=0.75, venrate=0.5, hms=15)
hospfig.daily(showdays=60, dailyhosp) ## show the first 60 days
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.