R/methods.R
prep_res_for_plotting.Rd
Prepare age-structured simulation results data frame for plotting
prep_res_for_plotting(
res,
drop_states = NULL,
condense_I = FALSE,
split_age_vax = FALSE
)
age-structured simulation result
states to exclude from plot
condense all the different I (infectious) states to a single I state? (??)
should the age and vaccination category be split into different columns?