create.res.df: Create Hospital Resource Dataframe

Description Usage Arguments Value

View source: R/helper.R

Description

Returns a processed dataframe of hospital resources for presentation in the app.

Usage

1
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.


lemdt/CovidShinyModel documentation built on May 10, 2020, 1:54 p.m.