Combine arrivals_all, capacity, losA and init_conds to create scenarios and arr_scenarios
Usage
create_scenarios(
scenarios,
arrivals_all = parent.frame()$arrivals_all,
capacity = parent.frame()$capacity,
losA = parent.frame()$losA,
init_conds = parent.frame()$init_conds
)
Arguments
- scenarios
TRUE or FALSE. If set to TRUE, will find rows with distinct node and sc_arr
- arrivals_all
Dataframe with arrivals information, imported from excel
- capacity
Dataframe with capacity information, imported from excel
- losA
Dataframe with length of stay information
- init_conds
Dataframe information regarding initial conditions