Skip to contents

Get plot of IHR(t)

Usage

get_plot_p_hosp_t(
  df,
  figure_file_path,
  params,
  from_full_df = FALSE,
  write_files = TRUE
)

Arguments

df

dataframe either of model draws or file path to model draws

figure_file_path

where to save the figure

params

input params, used to plot the prior

from_full_df

whether df is a dataframe of draws or filepath to draws, default is FALSE

write_files

whether to save the figure, default is TRUE