Returns a processed dataframe of hospital resources for presentation in the app.
create.res.df(df, hosp_cap, icu_cap, vent_cap)
Arguments
| df |
Dataframe from the SEIR run. |
| hosp_cap |
Numeric, hospital capacity. |
| icu_cap |
Numeric, ICU capacity. |
| vent_cap |
Numeric, ventilator capacity. |
Value
Dataframe.