plot_individual_number_infections | R Documentation |
Plot point range number infections per individual
plot_individual_number_infections(inf_chain, pad_chain = TRUE)
inf_chain |
the data table with infection history samples from |
pad_chain |
if TRUE, pads the infection history MCMC chain to have entries for non-infection events |
a ggplot object
Other infection_history_plots:
calculate_infection_history_statistics()
,
plot_antibody_data()
,
plot_antibody_predictions()
,
plot_cumulative_infection_histories()
,
plot_estimated_antibody_model()
,
plot_infection_history_chains_indiv()
,
plot_infection_history_chains_time()
,
plot_model_fits()
,
plot_posteriors_infhist()
,
plot_total_number_infections()
## Not run:
data(example_inf_chain)
plot_individual_number_infections(example_inf_chain)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.