Prepare age-structured simulation results data frame for plotting

prep_res_for_plotting(
  res,
  drop_states = NULL,
  condense_I = FALSE,
  split_age_vax = FALSE
)

Arguments

res

age-structured simulation result

drop_states

states to exclude from plot

condense_I

condense all the different I (infectious) states to a single I state? (??)

split_age_vax

should the age and vaccination category be split into different columns?